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

Commit 3f0bd0b3 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh
Browse files

Merge "Enable bool-operation warning" am: ab392f61 am: ca4375f5

Change-Id: Ida4cc7c97644987b6532ff929f028e061d45dbb8
parents 7f2487d5 ca4375f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -171,7 +171,6 @@ func init() {
		"-Wno-implicit-int-float-conversion",
		// New warnings to be fixed after clang-r377782.
		"-Wno-bitwise-conditional-parentheses", // http://b/148286937
		"-Wno-bool-operation",                  // http://b/148287141
		"-Wno-int-in-bool-context",             // http://b/148287349
		"-Wno-sizeof-array-div",                // http://b/148815709
		"-Wno-tautological-bitwise-compare",    // http://b/148831363