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.
 
 
 
 
 
 

31 lines
1.4 KiB

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