[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.178,2.179 scummvm.cpp,2.301,2.302 dialogs.cpp,1.64,1.65

Max Horn fingolfin at users.sourceforge.net
Wed Jul 30 11:56:10 CEST 2003


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

Modified Files:
	gfx.cpp scummvm.cpp dialogs.cpp 
Log Message:
the VC warning for unknown pragmas is now gloabally disabled, no need to work around it locally

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.178
retrieving revision 2.179
diff -u -d -r2.178 -r2.179
--- gfx.cpp	20 Jul 2003 01:00:16 -0000	2.178
+++ gfx.cpp	30 Jul 2003 18:40:27 -0000	2.179
@@ -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

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.301
retrieving revision 2.302
diff -u -d -r2.301 -r2.302
--- scummvm.cpp	29 Jul 2003 12:13:39 -0000	2.301
+++ scummvm.cpp	30 Jul 2003 18:40:27 -0000	2.302
@@ -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

Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- dialogs.cpp	28 Jul 2003 01:36:16 -0000	1.64
+++ dialogs.cpp	30 Jul 2003 18:40:27 -0000	1.65
@@ -44,11 +44,6 @@
 extern void load_key_mapping();
 #endif
 
-
-#ifdef _MSC_VER
-#	pragma warning( disable : 4068 )
-#endif
-
 struct ResString {
 	int num;
 	char string[80];





More information about the Scummvm-git-logs mailing list