aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-09-02 11:13:22 -0700
committerChih-Hung Hsieh <chh@google.com>2014-09-02 11:13:22 -0700
commite2f6f664e9e488b6fe4b5aa795bb7a527f823405 (patch)
tree502d98c86c4c231a812cfd00b62be2e076762ea0
parent6723e5241a45c6de224c96384a595a1bf5bc5449 (diff)
downloadsfntly-e2f6f664e9e488b6fe4b5aa795bb7a527f823405.tar.gz
Suppress Clang warning: comparing this with NULL.
BUG: 17356808 Change-Id: I87c7f400b4b9d8d55118915cec6b69a7155e44a6
-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 := \