configure: Disable -Wbool-operation.

Requested-by: Ronald and Derek
This commit is contained in:
Carl Eugen Hoyos 2017-10-08 23:08:09 +02:00
parent f49c129dd4
commit c2d155e11e

1
configure vendored
View File

@ -6291,6 +6291,7 @@ 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