am 7f55e82c: Merge "Toolbox: Disable unused-XXX warnings"
* commit '7f55e82cd2673c89d7fc52e076b81f2379a75283': Toolbox: Disable unused-XXX warnings
This commit is contained in:
commit
df8d6f6eeb
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue