Home | History | Annotate | Download | only in C

Lines Matching full:warning

11     /* #pragma warning(disable : 4115) // '_RPC_ASYNC_STATE' : named type definition in parentheses */

12 #pragma warning(disable : 4201) // nonstandard extension used : nameless struct/union
13 #pragma warning(disable : 4214) // nonstandard extension used : bit field types other than int
17 #pragma warning(disable : 4996) // This function or variable may be unsafe
19 #pragma warning(disable : 4511) // copy constructor could not be generated
20 #pragma warning(disable : 4512) // assignment operator could not be generated
21 #pragma warning(disable : 4514) // unreferenced inline function has been removed
22 #pragma warning(disable : 4702) // unreachable code
23 #pragma warning(disable : 4710) // not inlined
24 #pragma warning(disable : 4786) // identifier was truncated to '255' characters in the debug information