diff options
author | Paweł Kołodziejski | 2003-07-31 18:35:01 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-07-31 18:35:01 +0000 |
commit | e5e117006aa762cb485b493f505fe9e742536cea (patch) | |
tree | 8869e373ec420250c3e1f1eea6604f4a3cdf4591 /scumm | |
parent | bb8d0361e7bc0e2208f9cd309c1954228c84edc8 (diff) | |
download | scummvm-rg350-e5e117006aa762cb485b493f505fe9e742536cea.tar.gz scummvm-rg350-e5e117006aa762cb485b493f505fe9e742536cea.tar.bz2 scummvm-rg350-e5e117006aa762cb485b493f505fe9e742536cea.zip |
back disable warnings into stdafx.h, vc6 is lack of warnings support
svn-id: r9337
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/dialogs.cpp | 5 | ||||
-rw-r--r-- | scumm/gfx.cpp | 5 | ||||
-rw-r--r-- | scumm/scummvm.cpp | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp index ad460f8051..ba2b72d258 100644 --- a/scumm/dialogs.cpp +++ b/scumm/dialogs.cpp @@ -36,11 +36,6 @@ #include "gui/ListWidget.h" #include "common/config-file.h" -#ifdef _MSC_VER -// Disable "unknown pragma" warning in MSVC 6 -#pragma warning(disable : 4068) -#endif - #ifdef _WIN32_WCE #include "gapi_keys.h" extern bool _get_key_mapping; diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index ed2c16305a..6f503a2677 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -28,11 +28,6 @@ #include "usage_bits.h" #include "util.h" -#ifdef _MSC_VER -// Disable "unknown pragma" warning in MSVC 6 -#pragma warning(disable : 4068) -#endif - enum { kScrolltime = 500, // ms scrolling is supposed to take kPictureDelay = 20 diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 270300d27b..faef46e4fd 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -52,11 +52,6 @@ #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 |