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.

30 lines
1.4 KiB

  1. // Please note -- this is a representative set of error suppression
  2. // options. Please adjust to suit your own policies
  3. // See PC-lint for C/C++ manual (chapter LIVING WITH LINT)
  4. // for further details.
  5. -ean // remove nominal type mismatches
  6. -e720 // allow direct test of assignment
  7. -e502 -e713 -e737 -eau // don't report on signed/unsigned mismatches
  8. -e701 -e703 // shifting int left is OK
  9. -e537 // multiple includes okay
  10. -e614 // auto aggregrate initializer not constant allowed by vc
  11. -e730 // we want to pass boolean conditions
  12. // macro errors
  13. -emacro(522, MYVERIFY)
  14. -emacro(648, PSN_SETACTIVE) // problem with unsigned sub with the PSN defines
  15. -emacro(648, PSN_QUERYCANCEL) // problem with unsigned sub with the PSN defines
  16. -emacro(648, PSN_WIZFINISH) // problem with unsigned sub with the PSN defines
  17. -emacro(648, PSN_WIZBACK) // problem with unsigned sub with the PSN defines
  18. -emacro(648, PSN_WIZNEXT) // problem with unsigned sub with the PSN defines
  19. -emacro(648, PSN_KILLACTIVE) // problem with unsigned sub with the PSN defines
  20. -emacro(648, PSN_HELP) // problem with unsigned sub with the PSN defines
  21. +macros +macros +macros
  22. // Include paths
  23. -id:\nt\private\pnpu_alt\cm\cmdial
  24. -id:\nt\private\pnpu_alt\cm\common\inc
  25. -id:\nt\private\pnpu_alt\common\inc
  26. -id:\nt\public\sdk\inc
  27. -id:\nt\public\sdk\inc\crt