mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
configure: Disable -Wmaybe-uninitialized by default
It is by definition unreliable and causes pointless noise on valid code.
This commit is contained in:
parent
0b357a8095
commit
de6061203e
1
configure
vendored
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…
Reference in New Issue
Block a user