[ros-diffs] [akhaldi] 54955: [PSDK/PRFAST] * Suppress warnings about duplicated model and inconsistent annotations.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sat Jan 14 12:48:15 UTC 2012


Author: akhaldi
Date: Sat Jan 14 12:48:14 2012
New Revision: 54955

URL: http://svn.reactos.org/svn/reactos?rev=54955&view=rev
Log:
[PSDK/PRFAST]
* Suppress warnings about duplicated model and inconsistent annotations.

Modified:
    trunk/reactos/include/psdk/sal.h

Modified: trunk/reactos/include/psdk/sal.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/sal.h?rev=54955&r1=54954&r2=54955&view=diff
==============================================================================
--- trunk/reactos/include/psdk/sal.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/sal.h [iso-8859-1] Sat Jan 14 12:48:14 2012
@@ -31,6 +31,9 @@
 #ifdef _PREFAST_
 
 #pragma warning(disable:6320) /* disable warning about SEH filter */
+#pragma warning(disable:28247) /* duplicated model file annotations */
+#pragma warning(disable:28251) /* Inconsistent annotation */
+
 
 #ifndef _USE_DECLSPECS_FOR_SAL
 #define _USE_DECLSPECS_FOR_SAL 1




More information about the Ros-diffs mailing list