diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:28:04 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-06-19 15:28:04 +0200 |
commit | 3dabd41cdb58f4575dd81e6668a7cba6337ca09c (patch) | |
tree | b70234f94d6c99481f3dac90635337ca32053017 /acinclude.m4 | |
parent | Don't only match even release numbers (diff) | |
parent | Imported Upstream version 0.16~rc2 (diff) | |
download | krb5-auth-dialog-3dabd41cdb58f4575dd81e6668a7cba6337ca09c.tar.gz krb5-auth-dialog-3dabd41cdb58f4575dd81e6668a7cba6337ca09c.tar.bz2 krb5-auth-dialog-3dabd41cdb58f4575dd81e6668a7cba6337ca09c.zip |
Merge commit 'upstream/0.16.rc2' into experimental
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" |