Source code of Windows XP (NT5)
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.

31 lines
1.1 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. +macros +macros +macros
  15. // Include paths
  16. -id:\nt\public\sdk\inc
  17. -id:\nt\private\inc
  18. -id:\nt\private\pnpu_alt\cm\common\inc
  19. -id:\nt\private\pnpu_alt\cm\common\source
  20. -id:\nt\private\pnpu_alt\common\inc
  21. -id:\nt\public\sdk\inc\crt
  22. -id:\nt\private\pnpu_alt\common\inc
  23. -id:\nt\private\shell\inc
  24. -id:\nt\private\windows\inc
  25. -id:\nt\private\net\config\shell\folder
  26. -id:\nt\private\net\config\inc
  27. -id:\nt\private\pnpu_alt\cm\cmdial