[PSDK/PRFAST]

* Suppress warnings about duplicated model and inconsistent annotations.

svn path=/trunk/; revision=54955
This commit is contained in:
Amine Khaldi 2012-01-14 12:48:14 +00:00
parent 28c0503514
commit 1629830cd9

View file

@ -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