From d89b4d5f386a69418d1bc113ed4c4308ed3d0592 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 19 Jan 2012 13:18:32 +0200 Subject: [PATCH] usual.m4: drop -Wuninitialized-experimental Does not work and throws flags warnings on newer clang. --- m4/usual.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/usual.m4 b/m4/usual.m4 index 3c0082f..1fc5dcd 100644 --- a/m4/usual.m4 +++ b/m4/usual.m4 @@ -114,7 +114,7 @@ if test x"$GCC" = xyes; then flags="$flags -Wmissing-prototypes -Wpointer-arith -Wendif-labels" flags="$flags -Wdeclaration-after-statement -Wold-style-definition" flags="$flags -Wstrict-prototypes -Wundef -Wformat=2" - flags="$flags -Wuninitialized -Wuninitialized-experimental" + flags="$flags -Wuninitialized" for f in $flags; do CFLAGS="$good_CFLAGS $WFLAGS $f" AC_COMPILE_IFELSE([AC_LANG_SOURCE([void foo(void){}])], -- 2.39.5