summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-09 23:37:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 23:37:12 +0000
commit5b7ca2e7bce00d2fe7b149203341d92ead575f76 (patch)
treefb503a1049b5f2c62500e095f0bbcbdc683a59f5
parent1c38d98695e2c9bc363289c5f46d3dddee04136b (diff)
parentdcdd338ebaf6f9bccccd7a7adb88379088fcebdc (diff)
downloadplatform_external_libvterm-pie-b4s4-dev.tar.gz
platform_external_libvterm-pie-b4s4-dev.tar.bz2
platform_external_libvterm-pie-b4s4-dev.zip
am: dcdd338eba Change-Id: Iaee2ec4803440d7dfb4971f9c0c038d1de6c51b4
-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",
],
}