summaryrefslogtreecommitdiff
path: root/embedserv/source/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:43:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:43:06 +0000
commiteb79882a4ad78e841d5d5cda4e340c40cd9bed3d (patch)
treee2eb464a1a391d949cc1311b2b69e8b1ea81ec4a /embedserv/source/inc
parente60ff0474127fa90233b339d716391356a3028f7 (diff)
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
Diffstat (limited to 'embedserv/source/inc')
-rwxr-xr-xembedserv/source/inc/stdafx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/embedserv/source/inc/stdafx.h b/embedserv/source/inc/stdafx.h
index 51530f054cd8..bcde3508469d 100755
--- a/embedserv/source/inc/stdafx.h
+++ b/embedserv/source/inc/stdafx.h
@@ -12,6 +12,10 @@
#define _ATL_APARTMENT_THREADED
// #define _ATL_STATIC_REGISTRY
+#pragma warning(push)
+#pragma warning(push, 1)
+#pragma warning(disable: 4548)
+#pragma warning(disable: 4505)
#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override
//something, but do not change the name of _Module
@@ -22,5 +26,8 @@ extern CComModule _Module;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+#pragma warning(pop)
+#pragma warning(pop)
+
#endif