Commit c985966a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'de606120'

* commit 'de606120':
  configure: Disable -Wmaybe-uninitialized by default
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f0e43e60 de606120
......@@ -4430,6 +4430,7 @@ check_cflags -Wmissing-prototypes
check_cflags -Wno-pointer-to-int-cast
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment