mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'de6061203e2d509579ab110fb1873aade34320f5'
* commit 'de6061203e2d509579ab110fb1873aade34320f5': configure: Disable -Wmaybe-uninitialized by default Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c985966a10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue