[Scummvm-cvs-logs] SF.net SVN: scummvm:[49225] scummvm/trunk/tools/create_msvc/create_msvc.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed May 26 08:44:08 CEST 2010
Revision: 49225
http://scummvm.svn.sourceforge.net/scummvm/?rev=49225&view=rev
Author: thebluegr
Date: 2010-05-26 06:44:07 +0000 (Wed, 26 May 2010)
Log Message:
-----------
Reverted commit #49107 - it is pointless to keep silencing this warning (which is, in fact, correct)
Modified Paths:
--------------
scummvm/trunk/tools/create_msvc/create_msvc.cpp
Modified: scummvm/trunk/tools/create_msvc/create_msvc.cpp
===================================================================
--- scummvm/trunk/tools/create_msvc/create_msvc.cpp 2010-05-26 03:43:21 UTC (rev 49224)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp 2010-05-26 06:44:07 UTC (rev 49225)
@@ -511,8 +511,6 @@
// 4103 (alignment changed after including header, may be due to missing #pragma pack(pop))
// used by pack-start / pack-end
//
- // 4121 (alignment of a member was sensitive to packing)
- //
// 4127 (conditional expression is constant)
// used in a lot of engines
//
@@ -566,7 +564,6 @@
projectWarnings["lure"] = "4189;4355";
projectWarnings["kyra"] = "4355";
projectWarnings["m4"] = "4355";
- projectWarnings["mohawk"] = "4121";
ProjectProvider *provider = NULL;
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