Toolbox: Disable unused-XXX warnings

For build-system CFLAGS clean-up, disable warnings locally.

Should be reverted when the code is fixed.

Bug: 18632512
Change-Id: Ia373784ec36d37545a7e50db1df9f8cc37d7bf30
This commit is contained in:
Andreas Gampe 2014-12-04 18:01:26 -08:00
parent 6855af4135
commit e826877117
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ common_cflags := \
-I$(LOCAL_PATH)/upstream-netbsd/include/ \
-include bsd-compatibility.h \
# Temporary, remove after cleanup. b/18632512
common_cflags += -Wno-unused-variable \
-Wno-unused-but-set-variable
include $(CLEAR_VARS)
LOCAL_SRC_FILES := upstream-netbsd/bin/cat/cat.c