diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/str.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/str.cpp b/common/str.cpp index ea1240adf1..2c0de82f7d 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -23,10 +23,6 @@ #include <ctype.h> -#ifdef _MSC_VER -# pragma warning( disable : 4068 ) // unknown pragmas -#endif - namespace ScummVM { |