[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.15,1.16

Jamieson Christian jamieson630 at users.sourceforge.net
Tue Oct 14 13:07:15 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv16980/scummvm/common

Modified Files:
	stdafx.h 
Log Message:
Turn off another annoying MSVC warning

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- stdafx.h	11 Sep 2003 10:10:38 -0000	1.15
+++ stdafx.h	14 Oct 2003 20:06:22 -0000	1.16
@@ -39,7 +39,8 @@
 #pragma once
 #pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
 #pragma warning( disable : 4244 ) // turn off "conversion type" warning
-#pragma warning( disable : 4390 ) // turn oof "empty statement" warning for BS2 code
+#pragma warning( disable : 4355 ) // turn off "base member init" warning
+#pragma warning( disable : 4390 ) // turn off "empty statement" warning for BS2 code
 #endif
 
 #if !defined(_WIN32_WCE)





More information about the Scummvm-git-logs mailing list