aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-08-09 19:36:25 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-09 19:36:25 +0000
commit977f4c94b5d153bed802aeeaffa13425ec017372 (patch)
tree9327237430679f230d6ddfe672a2ac6f2dfc6155
parent63687fa8cbebcbae3d0a48a6c5d63677ffa6160e (diff)
parent36b81524f78ce9b577b342668e88465d679b9dd3 (diff)
downloadeigen-977f4c94b5d153bed802aeeaffa13425ec017372.tar.gz
Merge "Suppress non-critical warnings in external/eigen."
am: 36b81524f7 Change-Id: I4e1a7cce4f86125172e4e0e242ec25d9180ddc79
-rw-r--r--blas/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/blas/Android.bp b/blas/Android.bp
index 16d2f44a1..b1f6423b9 100644
--- a/blas/Android.bp
+++ b/blas/Android.bp
@@ -42,6 +42,11 @@ cc_defaults {
"f2c/r_cnjg.c",
],
cflags: ["-Wno-unused-parameter"],
+ tidy_checks: [
+ "-google-global-names-in-headers",
+ "-misc-macro-parentheses",
+ "-misc-misplaced-widening-cast",
+ ],
export_include_dirs: ["."],
}