From 2c6ea824ec6fcccc1bef48fac479ce0d47569520 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 26 May 2010 06:44:07 +0000 Subject: Reverted commit #49107 - it is pointless to keep silencing this warning (which is, in fact, correct) svn-id: r49225 --- tools/create_msvc/create_msvc.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/create_msvc/create_msvc.cpp') diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp index a2636dab21..f418971239 100644 --- a/tools/create_msvc/create_msvc.cpp +++ b/tools/create_msvc/create_msvc.cpp @@ -511,8 +511,6 @@ int main(int argc, char *argv[]) { // 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 @@ int main(int argc, char *argv[]) { projectWarnings["lure"] = "4189;4355"; projectWarnings["kyra"] = "4355"; projectWarnings["m4"] = "4355"; - projectWarnings["mohawk"] = "4121"; ProjectProvider *provider = NULL; -- cgit v1.2.3