configure: Disable -Wmaybe-uninitialized by default

It is by definition unreliable and causes pointless noise on valid
code.
pull/44/head
Luca Barbato 11 years ago
parent 0b357a8095
commit de6061203e
  1. 1
      configure

1
configure vendored

@ -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

Loading…
Cancel
Save