1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +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:
Mark Thompson 2017-10-09 00:53:51 +01:00
parent b2f256a9f5
commit c154c34c1b

1
configure vendored
View File

@ -6297,7 +6297,6 @@ check_cflags -Wmissing-prototypes
check_cflags -Wno-pointer-to-int-cast
check_cflags -Wstrict-prototypes
check_cflags -Wempty-body
check_cflags -Wno-bool-operation
if enabled extra_warnings; then
check_cflags -Wcast-qual