aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-10 22:25:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-10 22:25:57 +0000
commitcf5f2c5bbf9a2b636ba9c3fdff4a5e7bad3ee4c4 (patch)
tree9eb67bdd729195876a8fcc15ee85be300fa05b18
parent3412ca6a919752ef2a63e9fe23dcd7031230597b (diff)
parentdd48e40235220f73bae61e5f2bea6e431e458a9c (diff)
downloaddtc-cf5f2c5bbf9a2b636ba9c3fdff4a5e7bad3ee4c4.tar.gz
Use -Werror in external/dtc am: 52a61d1b84 am: 3281c3abb9 am: 010169bad3
am: dd48e40235 Change-Id: If23de8cfa469107d22cd8c9e7c55d7dbc6b1fdc1
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index fc4d305..4aafda0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,6 +4,8 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS := \
+ -Wall \
+ -Werror \
-Wno-sign-compare \
-Wno-missing-field-initializers \
-Wno-unused-parameter