aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFilippos Karapetis2007-12-21 02:06:08 +0000
committerFilippos Karapetis2007-12-21 02:06:08 +0000
commit61e872408997940445b161e429827b6102d7dd8d (patch)
treeded7506b26331fbe42b2415c2482eaf69e08406b /common
parent9f6a40acbd53fd2cb6f19b2c30e0b088c8a3e600 (diff)
downloadscummvm-rg350-61e872408997940445b161e429827b6102d7dd8d.tar.gz
scummvm-rg350-61e872408997940445b161e429827b6102d7dd8d.tar.bz2
scummvm-rg350-61e872408997940445b161e429827b6102d7dd8d.zip
Turn off an MSVC warning, thrown with some escape sequences
svn-id: r29932
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 012e169bfc..e4f984ccfc 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -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