mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
Revert "configure: Disable -Wbool-operation."
This reverts commit c2d155e11e
.
GCC 6 incorrectly passes the configure test and then logs many warnings
of the form:
src/libavformat/dump.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-bool-operation’
This commit is contained in:
parent
b2f256a9f5
commit
c154c34c1b
1
configure
vendored
1
configure
vendored
@ -6297,7 +6297,6 @@ check_cflags -Wmissing-prototypes
|
|||||||
check_cflags -Wno-pointer-to-int-cast
|
check_cflags -Wno-pointer-to-int-cast
|
||||||
check_cflags -Wstrict-prototypes
|
check_cflags -Wstrict-prototypes
|
||||||
check_cflags -Wempty-body
|
check_cflags -Wempty-body
|
||||||
check_cflags -Wno-bool-operation
|
|
||||||
|
|
||||||
if enabled extra_warnings; then
|
if enabled extra_warnings; then
|
||||||
check_cflags -Wcast-qual
|
check_cflags -Wcast-qual
|
||||||
|
Loading…
Reference in New Issue
Block a user