aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-09-02 18:47:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-02 18:47:45 +0000
commit5b46587dc87803ceff90377681f9c023b50aee56 (patch)
tree502d98c86c4c231a812cfd00b62be2e076762ea0
parent6723e5241a45c6de224c96384a595a1bf5bc5449 (diff)
parente2f6f664e9e488b6fe4b5aa795bb7a527f823405 (diff)
downloadsfntly-5b46587dc87803ceff90377681f9c023b50aee56.tar.gz
Merge "Suppress Clang warning: comparing this with NULL."
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index aa276fc..b506c03 100644
--- a/Android.mk
+++ b/Android.mk
@@ -235,6 +235,8 @@ LOCAL_CPPFLAGS_Release := \
LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
+# Clang always complain about comparison of this with NULL.
+LOCAL_CPPFLAGS += -Wno-tautological-undefined-compare
### Rules for final target.
LOCAL_LDFLAGS_Debug := \