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

Commit aeb73f8e authored by zijunzhao's avatar zijunzhao
Browse files

Disable -Wformat-insufficient-args for external code.

Bug: 191699019
Test: presubmit
Change-Id: I8af5ccdca4078468d6de2f6212045875d7c6541b
parent a9242e32
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{