[Scummvm-cvs-logs] SF.net SVN: scummvm: [32759] scummvm/trunk/common/scummsys.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Jun 22 19:57:06 CEST 2008


Revision: 32759
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32759&view=rev
Author:   thebluegr
Date:     2008-06-22 10:57:06 -0700 (Sun, 22 Jun 2008)

Log Message:
-----------
Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false' (performance warning)"

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2008-06-22 17:36:14 UTC (rev 32758)
+++ scummvm/trunk/common/scummsys.h	2008-06-22 17:57:06 UTC (rev 32759)
@@ -54,6 +54,7 @@
 		#pragma warning( disable : 4505 ) // turn off "unreferenced local function has been removed"
 		#pragma warning( disable : 4510 ) // turn off "default constructor could not be generated"
 		#pragma warning( disable : 4610 ) // turn off "struct can never be instantiated - user defined constructor required"
+		#pragma warning( disable : 4800 ) // turn off "forcing value to bool 'true' or 'false' (performance warning)"
 
 		// vsnprintf is already defined in Visual Studio 2008
 		#if (_MSC_VER < 1500)


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