Expand Minimize
0 out of 1 rated this helpful - Rate this topic

C28291

Visual Studio 2012

warning C28291: Post null/notnull at deref level 0 is meaningless for function <x> at param <number>

The Code Analysis tool reports this warning when the post condition of a dereference level-zero parameter is specified to have a null/non-null property. This error occurs because a value at dereference level zero cannot change.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.