summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-27 21:54:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-27 21:54:48 +0000
commit615cdf71f4b9174a54126feaec639eb917b35c3c (patch)
tree4fb737065961bdbc6c32bb8a8719b100f5266395
parent45226a63ba891614dee261fe6c5bd80f5f25184a (diff)
parentad171f1861bcb2192d4f2dbc2ccff9a8ae32fb59 (diff)
downloadexpat-615cdf71f4b9174a54126feaec639eb917b35c3c.tar.gz
Merge "Use -Werror in external/expat" am: 1071d2dbae am: 44802c7a43 am: 364e57e220
am: ad171f1861 Change-Id: I5918e1f0b8c5f8d9a0edf03d44a625f9f4ea748f
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f75bfbb6..320025ce 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,7 @@ cc_library {
],
cflags: [
"-Wall",
+ "-Werror",
"-Wmissing-prototypes",
"-Wstrict-prototypes",
"-Wno-unused-parameter",