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