summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 23:19:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 23:19:12 +0000
commitbd0994e30e44de8d7e33580f306fda09c107fb36 (patch)
treefb503a1049b5f2c62500e095f0bbcbdc683a59f5
parent1c38d98695e2c9bc363289c5f46d3dddee04136b (diff)
parent4687070036d46da043685b726a10d7feb8f20fb3 (diff)
downloadlibvterm-bd0994e30e44de8d7e33580f306fda09c107fb36.tar.gz
Use -Werror in external/libvterm am: 3210a80411
am: 4687070036 Change-Id: Ifb627a7d660c511b16b52c3c67d5c6035b9ad666
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b09fd43..33d3b75 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,8 +16,11 @@ cc_library_static {
cflags: [
"-std=c99",
+ "-Wall",
+ "-Werror",
"-Wno-missing-field-initializers",
"-Wno-sign-compare",
+ "-Wno-unused-function",
"-Wno-unused-parameter",
],
}