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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Dec 21 03:06:08 CET 2007


Revision: 29932
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29932&view=rev
Author:   thebluegr
Date:     2007-12-20 18:06:08 -0800 (Thu, 20 Dec 2007)

Log Message:
-----------
Turn off an MSVC warning, thrown with some escape sequences

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

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2007-12-20 23:23:29 UTC (rev 29931)
+++ scummvm/trunk/common/scummsys.h	2007-12-21 02:06:08 UTC (rev 29932)
@@ -55,6 +55,7 @@
 		#pragma warning( disable : 4250 ) // turn off "inherits via dominance" warning
 		#pragma	warning( disable : 4103 ) // turn off "alignement changed after including header" warning. We use pack-start.h file
 		#pragma warning( disable : 4121 ) // turn off "alignment of a member was sensitive to packing" warning
+		#pragma warning( disable : 4125 ) // turn off "decimal digit terminates octal escape sequence" warning
 		#pragma warning( disable : 4511 ) // turn off "copy constructor could not be generated" warning
 		#pragma warning( disable : 4512 ) // turn off "assignment operator could not be generated" warning
 		#pragma warning( disable : 4351 ) // turn off "new behavior ... will be default initialized" warning


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