aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-10-11 22:14:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 22:14:42 +0000
commit20869c2653b242b95be85fe698b56ee139cf73dc (patch)
tree7fc4218ddd32326f8fe8eee6ff221d1bec5ea2b1
parent1e68f5d827a859ba3b7ab6a70a60247e0b96afa5 (diff)
parent86d3bdb95516ffdde278bcea3ff9258832c4688e (diff)
downloadlibmicrohttpd-20869c2653b242b95be85fe698b56ee139cf73dc.tar.gz
am: 86d3bdb955 Change-Id: I276266d7d361c32d6f543d0178d5bbcdc5286356
-rw-r--r--Android.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 10e7f6f4..84ebd2db 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,7 +18,13 @@ LOCAL_PATH := $(my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libmicrohttpd
-LOCAL_CFLAGS := -Wno-sign-compare -Wno-unused-parameter
+LOCAL_CFLAGS := \
+ -Wall -Werror \
+ -Wno-sign-compare \
+ -Wno-tautological-constant-out-of-range-compare \
+ -Wno-unused-parameter \
+ -Wno-unused-variable \
+
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/src/include
LOCAL_C_INCLUDES := \