Add compiler warning disable '-Wno-int-in-bool-context'
This commit is contained in:
parent
16d32cdd4a
commit
1d05028087
|
|
@ -477,6 +477,7 @@ m4_foreach([cflag],[
|
|||
[-Wno-bool-operation],
|
||||
[-Wno-c++11-narrowing],
|
||||
[-Wno-constant-logical-operand],
|
||||
[-Wno-int-in-bool-context],
|
||||
[-Wno-non-pod-varargs],
|
||||
[-Wno-parentheses-equality],
|
||||
[-Wno-shadow],
|
||||
|
|
|
|||
Loading…
Reference in New Issue