aboutsummaryrefslogtreecommitdiff
path: root/common/stdafx.h
diff options
context:
space:
mode:
authorMax Horn2003-07-30 18:24:50 +0000
committerMax Horn2003-07-30 18:24:50 +0000
commitcae96f35b071de517b0097419504678c3d271629 (patch)
tree834e148deab744647215c144b7ed5c7a030d18e2 /common/stdafx.h
parent15378172cdb4f5e7456653e20485f396cff16d91 (diff)
downloadscummvm-rg350-cae96f35b071de517b0097419504678c3d271629.tar.gz
scummvm-rg350-cae96f35b071de517b0097419504678c3d271629.tar.bz2
scummvm-rg350-cae96f35b071de517b0097419504678c3d271629.zip
globally disable 'unknown pragma' warning for VC
svn-id: r9299
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