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

  1. /*
  2. Include before wdm.h to be able to compile at warning level 4
  3. */
  4. /*
  5. 4214
  6. 4201 nonstandard extension using nameless struct/union
  7. 4115
  8. 4200
  9. 4514 unreferenced inline function
  10. **4100 unreferenced formal parameter
  11. 4057
  12. */
  13. #pragma warning(disable:4214 4201 4115 4200 4100 4514 4057 4127)