[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.21,1.22
Andrew Kurushin
h00ligan at users.sourceforge.net
Thu Jan 6 11:36:53 CET 2005
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21511
Modified Files:
stdafx.h
Log Message:
turn off "no definition for inline function" warning
Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- stdafx.h 1 Jan 2005 16:08:50 -0000 1.21
+++ stdafx.h 6 Jan 2005 19:35:11 -0000 1.22
@@ -41,6 +41,7 @@
#pragma warning( disable : 4244 ) // turn off "conversion type" 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 : 4506 ) // turn off "no definition for inline function" warning
#endif
#if !defined(_WIN32_WCE)
More information about the Scummvm-git-logs
mailing list