summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-01-24 14:41:09 -0800
committerChih-hung Hsieh <chh@google.com>2020-02-14 02:00:42 +0000
commit741a8f367a4e7082e4cdcf0426e8c1d669100360 (patch)
tree6b5b611d46373322073e8ecd8e58ce41703f5b8d
parent2bdeda5ee1210f54bbaac9a536b95c4c3a250d8b (diff)
downloadlibunwind_llvm-741a8f367a4e7082e4cdcf0426e8c1d669100360.tar.gz
Suppress bitwise-conditional-parentheses warning.
Bug: 148286937 Test: make Change-Id: Icf265141f5650edcb017ddcd6edb7334ea9ef71a
-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 {