lib-atl.lnt
资源名称:pclint.rar [点击查看]
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:
编辑器/阅读器
开发平台:
C/C++
- // These options were necessary to quietly process headers:
- // atlbase.h and atlcom.h
- -elib(618) // unusual order 'const static ...'
- // The following option had been used to suppress messages prior to
- // our supporting __declspec(selectany)
- // -elibsym(14,31)
- -esym(665,ATL::ATLTRY) // unparenthesized macro parameter
- -esym(1512,CThreadLocalObject) // this base classe has a destructor that is not virtual
- -esym(1512,CProcessLocalObject) // this base classe has a destructor that is not virtual