Disable -Wformat-insufficient-args for external code.
Bug: 191699019 Test: presubmit Change-Id: I8af5ccdca4078468d6de2f6212045875d7c6541b
This commit is contained in:
parent
a9242e32d5
commit
aeb73f8e57
1 changed files with 3 additions and 0 deletions
|
@ -293,6 +293,9 @@ var (
|
|||
|
||||
// http://b/239661264
|
||||
"-Wno-deprecated-non-prototype",
|
||||
|
||||
// http://b/191699019
|
||||
"-Wno-format-insufficient-args",
|
||||
}
|
||||
|
||||
llvmNextExtraCommonGlobalCflags = []string{
|
||||
|
|
Loading…
Reference in a new issue