[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Wed Jul 30 11:25:13 CEST 2003


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

Modified Files:
	stdafx.h 
Log Message:
globally disable 'unknown pragma' warning for VC

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- stdafx.h	13 Jul 2003 13:57:19 -0000	1.6
+++ stdafx.h	30 Jul 2003 18:24:50 -0000	1.7
@@ -35,6 +35,10 @@
 
 #elif defined(WIN32)
 
+#ifdef _MSC_VER
+#	pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
+#endif
+
 #if _MSC_VER > 1000
 #pragma once
 #endif // _MSC_VER > 1000





More information about the Scummvm-git-logs mailing list