mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix compile-time warning
Flag has a different name in clang. Debug-only, so no risk.
This commit is contained in:
parent
096fff1f4c
commit
83fbbdc3ee
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ LOCAL_C_INCLUDES+= \
|
||||||
LOCAL_LDLIBS += -llog
|
LOCAL_LDLIBS += -llog
|
||||||
|
|
||||||
ifeq ($(BUILD_TARGET),debug)
|
ifeq ($(BUILD_TARGET),debug)
|
||||||
LOCAL_DEBUG = -DMEM_DEBUG -DDEBUG -DENABLE_LOGGING -DCOMMS_CHECKSUM -Wno-unused-but-set-variable
|
LOCAL_DEBUG = -DMEM_DEBUG -DDEBUG -DENABLE_LOGGING -DCOMMS_CHECKSUM -Wno-unused-variable
|
||||||
endif
|
endif
|
||||||
LOCAL_DEFINES += \
|
LOCAL_DEFINES += \
|
||||||
$(LOCAL_DEBUG) \
|
$(LOCAL_DEBUG) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue