summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-02-14 18:16:01 +0000
committerChih-Hung Hsieh <chh@google.com>2020-02-14 18:16:01 +0000
commit98d90944b3ef000dd6716c57a480f52a6726749d (patch)
tree6b5b611d46373322073e8ecd8e58ce41703f5b8d
parent3c57c1c0c70f701f5d830e2f092d2bab3c68fa5f (diff)
parent741a8f367a4e7082e4cdcf0426e8c1d669100360 (diff)
downloadlibunwind_llvm-98d90944b3ef000dd6716c57a480f52a6726749d.tar.gz
Suppress bitwise-conditional-parentheses warning. am: 741a8f367aandroid-r-preview-4android-r-preview-3android-r-preview-2
Change-Id: I3a36dd239860ab6603841c77f567cc14af034699
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5425e80..2f6df78 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,6 +47,7 @@ LIBUNWIND_CPPFLAGS = [
"-Wno-unused-function",
"-Wno-unused-parameter",
"-Wno-unused-local-typedef",
+ "-Wno-bitwise-conditional-parentheses", // in src/UnwindCursor.hpp:1437
]
cc_library_static {