diff options
author | Michael Biebl <biebl@debian.org> | 2011-03-18 20:17:47 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-03-18 20:17:47 +0100 |
commit | e22c6e05e9ebc6cce941762020c5710b8014677b (patch) | |
tree | 7e9fd7f8ae24a94b03f683e0cef9a346968e1e8b /m4 | |
parent | a6b89d35fabd9f5934b84d7cde22e9268f92c3d3 (diff) |
Imported Upstream version 0.8.3.998upstream/0.8.3.998
Diffstat (limited to 'm4')
-rw-r--r-- | m4/compiler_warnings.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/compiler_warnings.m4 b/m4/compiler_warnings.m4 index 6cea2f74e..be69af278 100644 --- a/m4/compiler_warnings.m4 +++ b/m4/compiler_warnings.m4 @@ -10,7 +10,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then for option in -Wshadow -Wmissing-declarations -Wmissing-prototypes \ -Wdeclaration-after-statement -Wstrict-prototypes \ -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare \ - -fno-strict-aliasing; do + -fno-strict-aliasing -Wno-unused-but-set-variable; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $option" AC_MSG_CHECKING([whether gcc understands $option]) |