summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-11-09 19:41:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-09 19:41:20 +0000
commita4425a55d4efccd030d91b9a6e4c1fa0b477279a (patch)
tree161fd97e3a4bfe21230e2eeb6b9c4c74881bc0c9
parenteeb506c677f0cade0e4cdf031eb142f072e9550e (diff)
parent5420ea3631498542490c1ae0f981de95b12c81af (diff)
downloadlibbt-a4425a55d4efccd030d91b9a6e4c1fa0b477279a.tar.gz
Merge "Suppress existing warning." am: 7835387c76
am: 5420ea3631 Change-Id: Ife2caf82d1e851eb6c430dfccb3665e87482204d
-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 \