summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 23:17:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 23:17:18 +0000
commit4687070036d46da043685b726a10d7feb8f20fb3 (patch)
treefb503a1049b5f2c62500e095f0bbcbdc683a59f5
parent1c38d98695e2c9bc363289c5f46d3dddee04136b (diff)
parent3210a80411d51e0bdfe50ca124aaf170c35c8a09 (diff)
downloadlibvterm-4687070036d46da043685b726a10d7feb8f20fb3.tar.gz
Use -Werror in external/libvtermandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 3210a80411 Change-Id: I0e8a00bb1d775264599c0ef687743946af4d90cf
-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",
],
}