mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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
|
||||
|
||||
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
|
||||
LOCAL_DEFINES += \
|
||||
$(LOCAL_DEBUG) \
|
||||
|
|
Loading…
Add table
Reference in a new issue