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

Commit c5f2aa4e authored by George Burgess IV's avatar George Burgess IV Committed by Gerrit Code Review
Browse files

Merge "soong: globally enable -Wunreachable-code-loop-increment"

parents 203a3f2f fb81db2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ var (
		"-Wno-unused",
		"-Winit-self",
		"-Wpointer-arith",
		"-Wunreachable-code-loop-increment",

		// Make paths in deps files relative
		"-no-canonical-prefixes",
@@ -51,6 +52,7 @@ var (
		"-Werror=date-time",
		"-Werror=pragma-pack",
		"-Werror=pragma-pack-suspicious-include",
		"-Werror=unreachable-code-loop-increment",
	}

	commonGlobalConlyflags = []string{}