[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.66,1.67 gfx.cpp,2.180,2.181 scummvm.cpp,2.303,2.304

Pawel Kolodziejski aquadran at users.sourceforge.net
Thu Jul 31 11:36:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv12119/scumm

Modified Files:
	dialogs.cpp gfx.cpp scummvm.cpp 
Log Message:
back disable warnings into stdafx.h, vc6 is lack of warnings support

Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- dialogs.cpp	31 Jul 2003 06:46:41 -0000	1.66
+++ dialogs.cpp	31 Jul 2003 18:35:00 -0000	1.67
@@ -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;

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.180
retrieving revision 2.181
diff -u -d -r2.180 -r2.181
--- gfx.cpp	31 Jul 2003 06:46:41 -0000	2.180
+++ gfx.cpp	31 Jul 2003 18:35:00 -0000	2.181
@@ -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

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.303
retrieving revision 2.304
diff -u -d -r2.303 -r2.304
--- scummvm.cpp	31 Jul 2003 06:46:41 -0000	2.303
+++ scummvm.cpp	31 Jul 2003 18:35:00 -0000	2.304
@@ -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





More information about the Scummvm-git-logs mailing list