summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-09 10:23:18 -0800
committerChih-hung Hsieh <chh@google.com>2017-11-09 18:34:12 +0000
commit027632d1d966eafdd59da3aefbbd78f0d7a7d8ba (patch)
tree161fd97e3a4bfe21230e2eeb6b9c4c74881bc0c9
parent49bd3ecc00979d98772d2051b6fe073d08fb9594 (diff)
downloadlibbt-027632d1d966eafdd59da3aefbbd78f0d7a7d8ba.tar.gz
Suppress existing warning.
Bug: 66996870 Test: normal build Exempt-From-Owner-Approval: quick fix broken build Change-Id: Ifb72429a348ff8e5df42610e77db1ed1171e666d
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ea0a67f..62451d7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,7 @@ LOCAL_CFLAGS += \
-Wall \
-Werror \
-Wno-switch \
+ -Wno-unused-function \
-Wno-unused-parameter \
-Wno-unused-variable \