aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 13:52:55 -0700
committerChih-Hung Hsieh <chh@google.com>2017-10-06 11:42:16 -0700
commit1fa15a0053b098e2a0206d56eb9ceff66e405e5b (patch)
tree06b49dbfbdc6be89e740621c0a4579679064b977
parent65a175f66fd375e05ff518786c5ea029fdf82680 (diff)
downloadplatform_external_libcups-1fa15a0053b098e2a0206d56eb9ceff66e405e5b.tar.gz
platform_external_libcups-1fa15a0053b098e2a0206d56eb9ceff66e405e5b.tar.bz2
platform_external_libcups-1fa15a0053b098e2a0206d56eb9ceff66e405e5b.zip
Use -Werror in external/libcups
* Do not use -Wno-error. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Idf13d21003934b5c7e5ff28a1ec0e5e8e55451b3
-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",
],