Reverted commit #49107 - it is pointless to keep silencing this warning (which is, in fact, correct)

svn-id: r49225
This commit is contained in:
Filippos Karapetis 2010-05-26 06:44:07 +00:00
parent cd5e90f298
commit 2c6ea824ec

View File

@ -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;