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

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jul 30 14:55:16 CEST 2003


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

Modified Files:
	stdafx.h 
Log Message:
disable conversion type warnings for vc

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- stdafx.h	30 Jul 2003 18:24:50 -0000	1.7
+++ stdafx.h	30 Jul 2003 21:54:50 -0000	1.8
@@ -37,6 +37,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
 #endif
 
 #if _MSC_VER > 1000





More information about the Scummvm-git-logs mailing list