aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 19:52:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 19:52:14 +0000
commit66793744a8bef13697a9aa24bb659c70194d74b6 (patch)
tree06b49dbfbdc6be89e740621c0a4579679064b977
parentf0373b344ee1b0cc4b1997c2613d71f21a27be30 (diff)
parent03df29ccee1e0b6411164234ae44c8b47d1fb9e0 (diff)
downloadlibcups-66793744a8bef13697a9aa24bb659c70194d74b6.tar.gz
Use -Werror in external/libcups am: 1fa15a0053 am: 2b3d0e2ea5
am: 03df29ccee Change-Id: I8a86e641444797be4868e56ea48d68fcbb638447
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d2471e56..03763d97 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,10 +76,10 @@ cc_library_shared {
cflags: [
"-D_PPD_DEPRECATED=",
"-Wextra",
+ "-Werror",
"-Wno-unused-parameter",
"-Wno-sign-compare",
"-Wno-missing-field-initializers",
- "-Wno-error",
"-Wno-implicit-function-declaration",
],