aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 12:32:26 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-27 12:58:49 -0700
commitbdefba5c83480e1d227141ff8794243dd31ca928 (patch)
tree2edab960744cfdea88b4c6e054699e9d951212de
parent977f4c94b5d153bed802aeeaffa13425ec017372 (diff)
downloadeigen-bdefba5c83480e1d227141ff8794243dd31ca928.tar.gz
Use -Werror in external/eigen
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ifab7426084627aad73b7823441df4ca6c1f8ecad
-rw-r--r--blas/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/blas/Android.bp b/blas/Android.bp
index b1f6423b9..85bdaf6d8 100644
--- a/blas/Android.bp
+++ b/blas/Android.bp
@@ -41,7 +41,10 @@ cc_defaults {
"f2c/d_cnjg.c",
"f2c/r_cnjg.c",
],
- cflags: ["-Wno-unused-parameter"],
+ cflags: [
+ "-Werror",
+ "-Wno-unused-parameter"
+ ],
tidy_checks: [
"-google-global-names-in-headers",
"-misc-macro-parentheses",