aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-01-27 16:48:31 +0000
committerPaweł Kołodziejski2006-01-27 16:48:31 +0000
commitc0938748f66c3d2e8893426d1a2aa98d32f44de2 (patch)
tree2b4fd885e97687fa532d6870bfe49bf653eb95a1 /common
parent4938b93f34f8c0d5efbfe620e0e40d4306452ddf (diff)
downloadscummvm-rg350-c0938748f66c3d2e8893426d1a2aa98d32f44de2.tar.gz
scummvm-rg350-c0938748f66c3d2e8893426d1a2aa98d32f44de2.tar.bz2
scummvm-rg350-c0938748f66c3d2e8893426d1a2aa98d32f44de2.zip
turn off warning #4351 with msvc8
svn-id: r20232
Diffstat (limited to 'common')
-rw-r--r--common/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index b01f1ac268..a2c7d56824 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -48,6 +48,7 @@
#pragma warning( disable : 4121 ) // turn off "alignment of a member was sensitive to packing" 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
// FIXME: 4702 & 4706 - may be enabled
#pragma warning( disable : 4702 ) // turn off "unreachable code" warning