lib-atl.lnt
来自「PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至」· LNT 代码 · 共 14 行
LNT
14 行
// 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?