summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-05-11 00:26:22 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-11 00:26:22 +0000
commit4c7cfe52bb51808aac373d5dc073633da323aba6 (patch)
treed7ba88d5be2e801eeeca651bbfe09dc19be90603
parentdb15f171f328edea4212ff80ebd52cfbb3d6ae2c (diff)
parent7328224411a3efdeb197c422046460542e9020ea (diff)
downloadlibunwind_llvm-4c7cfe52bb51808aac373d5dc073633da323aba6.tar.gz
Suppress new warning that libunwind trips. am: 93d99bf31d am: f629f2d783android-o-mr1-preview-2android-o-mr1-preview-1
am: 7328224411 Change-Id: I54314e920d8db0b23f49d9894a626f7f32f9160b
-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",
]