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

This commit is contained in:
Zijun Zhao 2023-02-07 06:59:45 +00:00 committed by Gerrit Code Review
commit 1b1febdf1c

View file

@ -293,6 +293,9 @@ var (
// http://b/239661264
"-Wno-deprecated-non-prototype",
// http://b/191699019
"-Wno-format-insufficient-args",
}
llvmNextExtraCommonGlobalCflags = []string{