[Scummvm-cvs-logs] CVS: scummvm/common str.cpp,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Wed Jul 30 11:55:09 CEST 2003


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

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

Index: str.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/str.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- str.cpp	21 May 2003 16:56:45 -0000	1.16
+++ str.cpp	30 Jul 2003 18:40:28 -0000	1.17
@@ -23,10 +23,6 @@
 
 #include <ctype.h>
 
-#ifdef _MSC_VER
-#	pragma warning( disable : 4068 ) // unknown pragmas
-#endif
-
 
 namespace ScummVM {
 





More information about the Scummvm-git-logs mailing list