summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-10-03 19:04:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-03 19:04:36 +0000
commit01a2d12df3f656a40adba3fb1a380307c941f9a0 (patch)
tree0c19f9749b48715aeb6a39431b4f6f65a6602b39
parent560b2196d5df898c179b4ff015318a9515a933c9 (diff)
parent9ecf36a285551efb0b092e7351554a5e48f1e995 (diff)
downloadextras-01a2d12df3f656a40adba3fb1a380307c941f9a0.tar.gz
Merge "Allow -Wformat warnings before they are all fixed."
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f441d6e5..18ea4e20 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,6 +6,8 @@ cc_defaults {
"-Wno-unused-parameter",
"-Wno-unused-result",
"-Wno-unused-variable",
+ // There are some -Wformat errors to fix, for the mac target
+ "-Wno-error=format",
],
clang_cflags: [
"-Wno-incompatible-pointer-types-discards-qualifiers",