Removed "no-" from Wno-global-constructors when disabling

This commit is contained in:
Phil Nash
2012-10-30 09:09:30 +00:00
parent 5efa4bcb8a
commit 778f9c4fc7
3 changed files with 3 additions and 5 deletions

View File

@@ -555,7 +555,6 @@
WARNING_CFLAGS = (
"-Weverything",
"-Wno-disabled-macro-expansion",
"-Wno-global-constructors",
);
};
name = Debug;
@@ -569,7 +568,6 @@
WARNING_CFLAGS = (
"-Weverything",
"-Wno-disabled-macro-expansion",
"-Wno-global-constructors",
);
};
name = Release;