summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 23:33:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 23:33:15 +0000
commitdcdd338ebaf6f9bccccd7a7adb88379088fcebdc (patch)
treefb503a1049b5f2c62500e095f0bbcbdc683a59f5
parent1c38d98695e2c9bc363289c5f46d3dddee04136b (diff)
parentbd0994e30e44de8d7e33580f306fda09c107fb36 (diff)
downloadlibvterm-dcdd338ebaf6f9bccccd7a7adb88379088fcebdc.tar.gz
am: bd0994e30e Change-Id: I8f35d1849673859e2e954b53b56f5efb23599474
-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",
],
}