aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index faef46e4fd..270300d27b 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -52,6 +52,11 @@
#include <sys/stat.h>
#endif
+#ifdef _MSC_VER
+// Disable "unknown pragma" warning in MSVC 6
+#pragma warning(disable : 4068)
+#endif
+
#ifdef _WIN32_WCE
extern bool isSmartphone(void);
#endif