mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
Reverted commit #49107 - it is pointless to keep silencing this warning (which is, in fact, correct)
svn-id: r49225
This commit is contained in:
parent
cd5e90f298
commit
2c6ea824ec
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user