Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
302 B

/*
Include before wdm.h to be able to compile at warning level 4
*/
/*
4214
4201 nonstandard extension using nameless struct/union
4115
4200
4514 unreferenced inline function
**4100 unreferenced formal parameter
4057
*/
#pragma warning(disable:4214 4201 4115 4200 4100 4514 4057 4127)