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.

40 lines
2.0 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. //-e614 // auto aggregrate initializer not constant allowed by vc
  10. //-e730 // we want to pass boolean conditions
  11. // -e534 -e539 -e613 -e725 -e525 -e713 -e715 -e732 -e737 -e1727
  12. -e534 //Ignoring return value of
  13. -e537 // multiple includes okay
  14. -e1717 //empty prototype for function declaration, assumed '(void)'
  15. -e1736 // Redundant access specifier
  16. -e1904 //Old-style C comment
  17. -e1926 // default constructor implicitly called
  18. -e1926 // default constructor implicitly called
  19. -e1924 // C-style cast
  20. -e1927 // did not appear in the constructor initializer list
  21. -e737 //Loss of sign in promotion from int to unsigned int
  22. -e668 // Possibly passing a null pointer to function
  23. -e732 // Loss of sign
  24. -e525 // Negative indentation
  25. -e1712 // default constructor not defined
  26. -e1932 // Base class 'CWindowWithHelp' is not abstract
  27. -e1931 // Constructor 'CWindowWithHelp::CWindowWithHelp(const unsigned long *, const char *)' can be used for implicit conversions
  28. -e1509 // base class destructor for class 'CWindowWithHelp' is not virtual
  29. -e1727 // not previously defined inline
  30. -e1923 // macro 'IDD_CONNSTAT' could become const variable
  31. -e726 // Extraneous comma ignored
  32. -e760 // Redundant macro IDS_ENTRY_ICM_CMSFILE defined
  33. -e763 // Redundant declaration for tagCmConnectedInfo previously declared at line 20
  34. -e725 // Expected positive indentation
  35. -e574 // Signed-unsigned mix with relational
  36. -e641 // Converting enum to int
  37. -e539 // Did not expect positive indentation from line 2287
  38. -i..\COMMON\INC