configure: Disable -Wbool-operation.

Requested-by: Ronald and Derek
pull/273/head
Carl Eugen Hoyos 7 years ago
parent f49c129dd4
commit c2d155e11e
  1. 1
      configure

1
configure vendored

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