C28310

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

warning 28310: The <annotation_name> annotation on <function> <parameter> has no SAL version.

All SAL annotations used in source code should have an annotation version applied by the use of SAL_name. This needs to be corrected in the macro definition.

This warning is reported only once per declaration. Inspect the rest of the declaration for more obsolete SAL.

See Also

Using SAL Annotations to Reduce C/C++ Code Defects