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.

25 lines
599 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. wow64warn.h
  5. Abstract:
  6. Global warning flags for wow64 project.
  7. Author:
  8. 5-Jan-1999 mzoran
  9. Revision History:
  10. --*/
  11. // Make the compiler more struct.
  12. #pragma warning(1:4033) // function must return a value
  13. #pragma warning(1:4035) // no return value
  14. // #pragma warning(1:4701) // local may be used w/o init
  15. #pragma warning(1:4702) // Unreachable code
  16. #pragma warning(1:4705) // Statement has no effect