mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:21:39 +00:00
[PSDK/PRFAST]
* Suppress warnings about duplicated model and inconsistent annotations. svn path=/trunk/; revision=54955
This commit is contained in:
parent
28c0503514
commit
1629830cd9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue