[Scummvm-cvs-logs] SF.net SVN: scummvm:[45636] scummvm/trunk/tools/create_msvc/create_msvc.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Nov 3 21:13:14 CET 2009


Revision: 45636
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45636&view=rev
Author:   thebluegr
Date:     2009-11-03 20:13:14 +0000 (Tue, 03 Nov 2009)

Log Message:
-----------
Turn off warning 4267 ("conversion from 'size_t' to xxx, possible loss of data"), thrown in 64bit builds

Modified Paths:
--------------
    scummvm/trunk/tools/create_msvc/create_msvc.cpp

Modified: scummvm/trunk/tools/create_msvc/create_msvc.cpp
===================================================================
--- scummvm/trunk/tools/create_msvc/create_msvc.cpp	2009-11-03 19:43:21 UTC (rev 45635)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp	2009-11-03 20:13:14 UTC (rev 45636)
@@ -935,7 +935,7 @@
 	              "\t>\n"
 	              "\t<Tool\n"
 	              "\t\tName=\"VCCLCompilerTool\"\n"
-	              "\t\tDisableSpecificWarnings=\"4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996\"\n"
+	              "\t\tDisableSpecificWarnings=\"4068;4100;4103;4121;4127;4189;4201;4221;4244;4250;4267;4310;4351;4355;4510;4511;4512;4610;4701;4702;4706;4800;4996\"\n"
 	              "\t\tAdditionalIncludeDirectories=\"" << prefix << ";" << prefix << "\\engines\"\n"
 	              "\t\tPreprocessorDefinitions=\"" << defines << "\"\n"
 	              "\t\tExceptionHandling=\"0\"\n"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list