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