aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stdafx.h')
-rw-r--r--common/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index 9b834d3c5a..36ade2f62f 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -35,6 +35,10 @@
#elif defined(WIN32)
+#ifdef _MSC_VER
+# pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
+#endif
+
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000