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

Commit dd8eaf8d authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Reland "Enable sizeof-array-div warning""

parents b0e10442 ecd88699
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ var (
		// http://b/145211066
		"-Wno-implicit-int-float-conversion",
		// New warnings to be fixed after clang-r377782.
		"-Wno-sizeof-array-div",             // http://b/148815709
		"-Wno-tautological-overlap-compare", // http://b/148815696
		// New warnings to be fixed after clang-r383902.
		"-Wno-deprecated-copy",                      // http://b/153746672
@@ -245,6 +244,8 @@ var (
	}

	noOverrideExternalGlobalCflags = []string{
		// http://b/148815709
		"-Wno-sizeof-array-div",
		// http://b/197240255
		"-Wno-unused-but-set-variable",
		"-Wno-unused-but-set-parameter",