commit | 1b1febdf1ca458ee8c63434476a6169f6d7d4ff3 | [log] [tgz] |
---|---|---|
author | Zijun Zhao <zijunzhao@google.com> | Tue Feb 07 06:59:45 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 07 06:59:45 2023 +0000 |
tree | f908be2f285e480bd2cec3abd8bf4b610d2e521f | |
parent | 1bb18bb2aca0a7a53cb6784e1bf49bea94c936d1 [diff] | |
parent | aeb73f8e57dcb1799771d6d09a4ab3bd4c995072 [diff] |
Merge "Disable -Wformat-insufficient-args for external code."
diff --git a/cc/config/global.go b/cc/config/global.go index d557c0b..1aec190 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -293,6 +293,9 @@ // http://b/239661264 "-Wno-deprecated-non-prototype", + + // http://b/191699019 + "-Wno-format-insufficient-args", } llvmNextExtraCommonGlobalCflags = []string{