Commit c2d155e1 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

configure: Disable -Wbool-operation.

Requested-by: Ronald and Derek
parent f49c129d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment