summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/inc/stdafx.h')
-rw-r--r--embedserv/source/inc/stdafx.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/embedserv/source/inc/stdafx.h b/embedserv/source/inc/stdafx.h
index 8e65c0af9c4d..e2369d3f7af9 100644
--- a/embedserv/source/inc/stdafx.h
+++ b/embedserv/source/inc/stdafx.h
@@ -2,10 +2,6 @@
#if !defined(AFX_STDAFX_H_)
#define AFX_STDAFX_H_
-#ifdef _MSC_VER
-#pragma once
-#endif
-
#define STRICT
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0502
@@ -14,9 +10,6 @@
// #define _ATL_STATIC_REGISTRY
#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(push, 1)
-#pragma warning(disable: 4548)
#if defined __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wall"
@@ -54,8 +47,6 @@ extern CComModule _Module;
#if defined __clang__
#pragma clang diagnostic pop
#endif
-#pragma warning(pop)
-#pragma warning(pop)
#endif
#endif