aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-29 09:46:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 09:46:34 +0000
commit61d1c49922e65c8b20e3ba2adcc9300cafff6dc9 (patch)
tree7b42e6b0d084f9d43f3a51af8e821ba921782856
parentcde06170975675afca1b64e4ab6c20c3ce228f8d (diff)
parent882e73dec85a551a5df0f5bf7eb1c5bd3e90ff4e (diff)
downloadjemalloc-61d1c49922e65c8b20e3ba2adcc9300cafff6dc9.tar.gz
Use -Werror in external/jemalloc am: 033b6fda4a
am: 882e73dec8 Change-Id: I9bf7c09230d40c98bdb84a1b394dec19e7fc9057
-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",
]