aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index 2f17591dd4..f1293440aa 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -35,16 +35,6 @@
#elif defined(WIN32)
-#ifdef _MSC_VER
-# pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
-# pragma warning( disable : 4244 ) // turn off "conversion from 'type1' to 'type2', possible loss of data" warning
-# pragma warning( disable : 4390 ) // turn off "empty controlled statement found" warning
-#endif
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-
#if !defined(_WIN32_WCE)