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.

50 lines
972 B

  1. // pc-lint options for this project
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. -i..\inc
  5. // make sure we treat our headers as non-library
  6. -libdir(..\inc)
  7. //
  8. // string.hpp:
  9. //
  10. // base class dtor need not be virtual, as we do not define a dtor, nor
  11. // do we add any members to the base class
  12. -esym(1509,basic_string*)
  13. // From String::EqualIgnoreCase: we don't care about the base class dtor.
  14. -esym(1509,binary_function*)
  15. -esym(1510,binary_function*)
  16. // implicit dtor ok: that's what we wanted.
  17. -esym(1907,String,Error,CopyCallbackParam,Computer,Popup)
  18. -esym(1905,CopyCallbackParam,EqualIgnoreCase)
  19. //
  20. // mem.hpp
  21. //
  22. // lint seems to emit this in error: our implementation of operator new
  23. // is not a member function
  24. -e1921
  25. //
  26. // log.cpp
  27. //
  28. // don't care about new throwing
  29. -esym(1550,Log::GetInstance,Burnslib::Heap::OperatorNew)
  30. -esym(1551,Log::GetInstance)
  31. -emacro(1740,HANDLE)
  32. -esym(1740,HANDLE)