summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-28 11:18:56 -0700
committerChih-Hung Hsieh <chh@google.com>2017-09-28 11:19:24 -0700
commitf88889052a1b0736baefc113f3590bb2cbda6e52 (patch)
tree9ea41c0038ecb9812d333e031921d426d3748bae
parentdb6d1840bcd6c13cc41456835127d6d7d1b0694c (diff)
downloadgiflib-f88889052a1b0736baefc113f3590bb2cbda6e52.tar.gz
Use -Werror in external/giflib
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I0c45cf47cefc03064b208be4b05e72c714568019
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9bfb163..35705d9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,7 @@ cc_library_static {
],
cflags: [
+ "-Werror",
"-Wno-format",
"-Wno-sign-compare",
"-Wno-unused-parameter",