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=5495... ============================================================================== --- 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