aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Simonnet <bsimonnet@google.com>2016-01-19 19:50:04 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-19 19:50:04 +0000
commit9f719b0bf6e27562354f7ce9b7aaf86f40cc2d99 (patch)
treeffa8a149e58d75f29b462836f7721a73b2dbc931
parent25e4ce689aa03e69df0dfef591182bd2eda01801 (diff)
parent930d009473b3a1744f76a01d9a0d298b77e39a60 (diff)
downloadcurl-nougat-cts-release.tar.gz
am: 930d009473 * commit '930d009473b3a1744f76a01d9a0d298b77e39a60': curl: Fix sign comparaison warning.
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d338b9622..6e61c1d98 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,9 +12,9 @@ version_string := "Android $(PLATFORM_VERSION) $(TARGET_ARCH_VARIANT)"
curl_CFLAGS := -Wpointer-arith -Wwrite-strings -Wunused -Winline \
-Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long \
- -Wfloat-equal -Wno-multichar -Wsign-compare -Wno-format-nonliteral \
+ -Wfloat-equal -Wno-multichar -Wno-sign-compare -Wno-format-nonliteral \
-Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement \
- -Wno-system-headers -DHAVE_CONFIG_H -DOS='$(version_string)'
+ -Wno-system-headers -DHAVE_CONFIG_H -DOS='$(version_string)' -Werror
curl_includes := \
$(LOCAL_PATH)/include/ \