aboutsummaryrefslogtreecommitdiff
path: root/common/str.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/str.cpp')
-rw-r--r--common/str.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/str.cpp b/common/str.cpp
index 2c0de82f7d..97bb7fb17e 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -23,6 +23,10 @@
#include <ctype.h>
+#ifdef _MSC_VER
+// Disable "unknown pragma" warning in MSVC 6
+#pragma warning(disable : 4068)
+#endif
namespace ScummVM {