diff options
author | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-23 14:10:19 +0300 |
---|---|---|
committer | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-23 14:10:19 +0300 |
commit | e14d43f764c5043e5907852e09d61db912ee49f2 (patch) | |
tree | 07e83e9cd541215af45c20a866c8012c67976492 /configure | |
parent | c510959da57b20a316d388661c4a873d27c4dc8f (diff) |
Remove -Wdeclaration-after-statement from CFLAGS
The warnings are pointless and clutter output.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7608,7 +7608,6 @@ cat > $TMPC << EOF int main(void) { return 0; } EOF if test "$cc_vendor" = "gnu" ; then - cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS" cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS" cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS" fi |