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

Commit 1b1febdf authored by Zijun Zhao's avatar Zijun Zhao Committed by Gerrit Code Review
Browse files

Merge "Disable -Wformat-insufficient-args for external code."

parents 1bb18bb2 aeb73f8e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -293,6 +293,9 @@ var (

		// http://b/239661264
		"-Wno-deprecated-non-prototype",

		// http://b/191699019
		"-Wno-format-insufficient-args",
	}

	llvmNextExtraCommonGlobalCflags = []string{