[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.8,1.9
Pawel Kolodziejski
aquadran at users.sourceforge.net
Wed Jul 30 15:05:16 CEST 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv9812
Modified Files:
stdafx.h
Log Message:
disable empty statement warnings for vc
Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- stdafx.h 30 Jul 2003 21:54:50 -0000 1.8
+++ stdafx.h 30 Jul 2003 22:04:31 -0000 1.9
@@ -38,6 +38,7 @@
#ifdef _MSC_VER
# pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
# pragma warning( disable : 4244 ) // turn off "conversion from 'type1' to 'type2', possible loss of data" warning
+# pragma warning( disable : 4390 ) // turn off "empty controlled statement found" warning
#endif
#if _MSC_VER > 1000
More information about the Scummvm-git-logs
mailing list