configure: Disable -Wbool-operation.
Requested-by: Ronald and Derek
This commit is contained in:
parent
f49c129dd4
commit
c2d155e11e
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue