From 1629830cd91d7b74ed00419aafb09c19ac3e0ca7 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 14 Jan 2012 12:48:14 +0000 Subject: [PATCH] [PSDK/PRFAST] * Suppress warnings about duplicated model and inconsistent annotations. svn path=/trunk/; revision=54955 --- reactos/include/psdk/sal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/include/psdk/sal.h b/reactos/include/psdk/sal.h index f317ddfeb18..bfad3a404f7 100644 --- a/reactos/include/psdk/sal.h +++ b/reactos/include/psdk/sal.h @@ -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