Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4fff116 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Enable bitwise-conditional-parentheses warning" am: 78620004

Change-Id: I2e8678c0e78ea4d97ac7bddac701f6916effd608
parents 563533c0 78620004
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -170,7 +170,6 @@ func init() {
		// http://b/145211066
		"-Wno-implicit-int-float-conversion",
		// New warnings to be fixed after clang-r377782.
		"-Wno-bitwise-conditional-parentheses", // http://b/148286937
		"-Wno-int-in-bool-context",          // http://b/148287349
		"-Wno-sizeof-array-div",             // http://b/148815709
		"-Wno-tautological-overlap-compare", // http://b/148815696