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.

36 lines
921 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. vfpragma.h
  5. Abstract:
  6. This header contains disable instructions for W4 warnings generated
  7. by public headers. This way we can still compile modules at W4.
  8. Author:
  9. Silviu Calinoiu - Nov 14, 2000
  10. Revision History:
  11. --*/
  12. //
  13. // Disable W4 level warnings generated by public headers.
  14. //
  15. #pragma warning(disable:4214) // bit field types other than int
  16. #pragma warning(disable:4201) // nameless struct/union
  17. #pragma warning(disable:4324) // alignment sensitive to declspec
  18. #pragma warning(disable:4127) // condition expression is constant
  19. #pragma warning(disable:4115) // named type definition in parentheses
  20. #pragma warning(disable:4232) // dllimport not static
  21. #pragma warning(disable:4206) // translation unit empty
  22. #pragma warning(disable:4054) // function pointer to data pointer cast