summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-05-11 00:20:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-11 00:20:52 +0000
commit7328224411a3efdeb197c422046460542e9020ea (patch)
treed7ba88d5be2e801eeeca651bbfe09dc19be90603
parent08a3b13cc557cac3cb7e78e2275818d770bf084e (diff)
parentf629f2d783ebc6b92061aba15b88ab00af5b02b2 (diff)
downloadlibunwind_llvm-7328224411a3efdeb197c422046460542e9020ea.tar.gz
Suppress new warning that libunwind trips. am: 93d99bf31d
am: f629f2d783 Change-Id: I0b35f46ef17bcf9a8ecf263642475183333ae9f8
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 841e19d..0e2f170 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,6 +39,7 @@ LIBUNWIND_CPPFLAGS = [
"-Wextra",
"-Wno-unused-function",
"-Wno-unused-parameter",
+ "-Wno-unused-local-typedef",
"-Werror",
]