From de6061203e2d509579ab110fb1873aade34320f5 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 26 Oct 2013 21:27:48 +0200 Subject: configure: Disable -Wmaybe-uninitialized by default It is by definition unreliable and causes pointless noise on valid code. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index f542995dbd..9c2e7fc26f 100755 --- a/configure +++ b/configure @@ -3907,6 +3907,7 @@ check_cflags -Wundef check_cflags -Wmissing-prototypes check_cflags -Wstrict-prototypes enabled extra_warnings && check_cflags -Winline +enabled extra_warnings || check_cflags -Wno-maybe-uninitialized # add some linker flags check_ldflags -Wl,--warn-common -- cgit v1.2.3