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’
pull/273/head
Mark Thompson 7 years ago
parent b2f256a9f5
commit c154c34c1b
  1. 1
      configure

1
configure vendored

@ -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

Loading…
Cancel
Save