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

Commit 08e17921 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable -Wsizeof-array-div for 3P code." into main

parents 056d05b6 24686c5e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -251,9 +251,6 @@ var (
	noOverrideExternalGlobalCflags = []string{
		// http://b/191699019
		"-Wno-format-insufficient-args",
		// http://b/296422292
		// Usually signals a mistake and should be a hard error.
		"-Wno-sizeof-array-div",
		// http://b/296321145
		// Indicates potential memory or stack corruption, so should be changed
		// to a hard error. Currently triggered by some vendor code.