diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:27:57 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:27:57 +0200 |
commit | daedd98264fd9aa755f3122d46ce27f93e08cfca (patch) | |
tree | 482a9e1683593e017f49a1fecb230c87c038f22b /acinclude.m4 | |
parent | Imported Upstream version 0.16~rc1 (diff) | |
download | krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.gz krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.tar.bz2 krb5-auth-dialog-daedd98264fd9aa755f3122d46ce27f93e08cfca.zip |
Imported Upstream version 0.16~rc2
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3c814fb..3301d70 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -121,7 +121,7 @@ dnl taken from libvirt which was dnl taken from gnome-common/macros2/gnome-compiler-flags.m4 dnl dnl We've added: -dnl -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls +dnl -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Winline -Wredundant-decls dnl We've removed dnl CFLAGS="$realsave_CFLAGS" dnl to avoid clobbering user-specified CFLAGS @@ -153,7 +153,7 @@ AC_DEFUN([KA_COMPILE_WARNINGS],[ maximum|error) try_compiler_flags="-Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith" try_compiler_flags="$try_compiler_flags -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return" - try_compiler_flags="$try_compiler_flags -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare" + try_compiler_flags="$try_compiler_flags -Winline -Wredundant-decls -Wno-sign-compare" try_compiler_flags="$try_compiler_flags $common_flags" if test "$enable_compile_warnings" = "error" ; then try_compiler_flags="$try_compiler_flags -Werror" |