INTEGRATION: CWS warnings01 (1.1.112); FILE MERGED
2006/02/20 15:31:50 cd 1.1.112.1: #i55991# Warning free code for Windows C++ compiler
This commit is contained in:
@@ -12,6 +12,10 @@
|
|||||||
#define _ATL_APARTMENT_THREADED
|
#define _ATL_APARTMENT_THREADED
|
||||||
// #define _ATL_STATIC_REGISTRY
|
// #define _ATL_STATIC_REGISTRY
|
||||||
|
|
||||||
|
#pragma warning(push)
|
||||||
|
#pragma warning(push, 1)
|
||||||
|
#pragma warning(disable: 4548)
|
||||||
|
#pragma warning(disable: 4505)
|
||||||
#include <atlbase.h>
|
#include <atlbase.h>
|
||||||
//You may derive a class from CComModule and use it if you want to override
|
//You may derive a class from CComModule and use it if you want to override
|
||||||
//something, but do not change the name of _Module
|
//something, but do not change the name of _Module
|
||||||
@@ -22,5 +26,8 @@ extern CComModule _Module;
|
|||||||
//{{AFX_INSERT_LOCATION}}
|
//{{AFX_INSERT_LOCATION}}
|
||||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||||
|
|
||||||
|
#pragma warning(pop)
|
||||||
|
#pragma warning(pop)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user