diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/dialogs.cpp | 5 | ||||
-rw-r--r-- | scumm/gfx.cpp | 5 | ||||
-rw-r--r-- | scumm/scummvm.cpp | 4 |
3 files changed, 0 insertions, 14 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp index bdaef6383e..ba2b72d258 100644 --- a/scumm/dialogs.cpp +++ b/scumm/dialogs.cpp @@ -44,11 +44,6 @@ extern void save_key_mapping(); extern void load_key_mapping(); #endif - -#ifdef _MSC_VER -# pragma warning( disable : 4068 ) -#endif - struct ResString { int num; char string[80]; diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index dcfaf800c9..a56c365a6d 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -29,11 +29,6 @@ #include "util.h" -#ifdef _MSC_VER -# pragma warning( disable : 4068 ) // turn off "unknown pragma" warning -#endif - - enum { kScrolltime = 500, // ms scrolling is supposed to take kPictureDelay = 20 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 |