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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Nov 22 14:40:32 CET 2006


Revision: 24758
          http://svn.sourceforge.net/scummvm/?rev=24758&view=rev
Author:   sev
Date:     2006-11-22 05:40:32 -0800 (Wed, 22 Nov 2006)

Log Message:
-----------
Disable yet another MSVC warning

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

Modified: scummvm/trunk/common/stdafx.h
===================================================================
--- scummvm/trunk/common/stdafx.h	2006-11-21 22:45:13 UTC (rev 24757)
+++ scummvm/trunk/common/stdafx.h	2006-11-22 13:40:32 UTC (rev 24758)
@@ -46,6 +46,7 @@
 #pragma warning( disable : 4310 ) // turn off "cast truncates constant value" warning
 #pragma warning( disable : 4355 ) // turn off "base member init" warning
 #pragma warning( disable : 4390 ) // turn off "empty statement" warning for BS2 code
+#pragma warning( disable : 4250 ) // turn off "inherits via dominance" warning
 #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


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