aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 12:17:52 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 12:29:28 -0700
commit033b6fda4a854849db30955fd084158f6ce16c38 (patch)
tree7b42e6b0d084f9d43f3a51af8e821ba921782856
parentcd80f1f946388ed096b6ca4a11b622900683fee7 (diff)
downloadjemalloc-033b6fda4a854849db30955fd084158f6ce16c38.tar.gz
Use -Werror in external/jemalloc
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: If4cfcdd6fb08b6c5cbe6e38df478b9265e045628
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f59a653..0dd1e94 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,6 +19,7 @@ common_cflags = [
"-O3",
"-funroll-loops",
"-fvisibility=hidden",
+ "-Werror",
"-Wno-unused-parameter",
"-Wno-type-limits",
]