Enable bitwise-conditional-parentheses warning
Bug: 148286937 Test: make Change-Id: Ib793e35e1f3098e2cce760bcbf0f115ae5764c7f
This commit is contained in:
committed by
Chih-hung Hsieh
parent
192a490ea6
commit
de21a358c3
@@ -170,10 +170,9 @@ func init() {
|
|||||||
// http://b/145211066
|
// http://b/145211066
|
||||||
"-Wno-implicit-int-float-conversion",
|
"-Wno-implicit-int-float-conversion",
|
||||||
// New warnings to be fixed after clang-r377782.
|
// New warnings to be fixed after clang-r377782.
|
||||||
"-Wno-bitwise-conditional-parentheses", // http://b/148286937
|
"-Wno-int-in-bool-context", // http://b/148287349
|
||||||
"-Wno-int-in-bool-context", // http://b/148287349
|
"-Wno-sizeof-array-div", // http://b/148815709
|
||||||
"-Wno-sizeof-array-div", // http://b/148815709
|
"-Wno-tautological-overlap-compare", // http://b/148815696
|
||||||
"-Wno-tautological-overlap-compare", // http://b/148815696
|
|
||||||
}, " "))
|
}, " "))
|
||||||
|
|
||||||
// Extra cflags for external third-party projects to disable warnings that
|
// Extra cflags for external third-party projects to disable warnings that
|
||||||
|
Reference in New Issue
Block a user