mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[PSDK/PRFAST]
* Suppress warnings about duplicated model and inconsistent annotations. svn path=/trunk/; revision=54955
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user