Add -Wno-tautological-bitwise-compare to model build flags (#2285)
This appeases Clang 10.
This commit is contained in:
parent
5e575f5906
commit
1381d3dbde
|
|
@ -334,6 +334,7 @@ m4_foreach([cflag],[
|
|||
[-mno-cet],
|
||||
[-Qunused-arguments],
|
||||
[-Wno-bool-operation],
|
||||
[-Wno-tautological-bitwise-compare],
|
||||
[-Wno-parentheses-equality],
|
||||
[-Wno-sign-compare],
|
||||
[-Wno-uninitialized],
|
||||
|
|
|
|||
Loading…
Reference in New Issue