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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Nov 23 16:26:51 CET 2008


Revision: 35159
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35159&view=rev
Author:   thebluegr
Date:     2008-11-23 15:26:51 +0000 (Sun, 23 Nov 2008)

Log Message:
-----------
Re-enabled MSVC warning 4125 - "decimal digits terminates octal escape sequence". This was thrown for a string with incorrect extended characters in the SAGA engine, which has been corrected now, so the warning itself is valid and quite informative.

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

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2008-11-23 15:03:54 UTC (rev 35158)
+++ scummvm/trunk/common/scummsys.h	2008-11-23 15:26:51 UTC (rev 35159)
@@ -46,7 +46,6 @@
 		#pragma once
 		#pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
 		#pragma	warning( disable : 4103 ) // turn off "alignement changed after including header" warning. We use pack-start.h file
-		#pragma warning( disable : 4125 ) // turn off "decimal digit terminates octal escape sequence" warning
 		#pragma warning( disable : 4244 ) // turn off "conversion type" warning
 		#pragma warning( disable : 4250 ) // turn off "inherits via dominance" 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