Browse Source

configure: Disable -Wbool-operation.

Requested-by: Ronald and Derek
tags/n3.4
Carl Eugen Hoyos 8 years ago
parent
commit
c2d155e11e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure 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


Loading…
Cancel
Save