commit | 7f55e82cd2673c89d7fc52e076b81f2379a75283 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Dec 05 03:23:41 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 05 03:23:41 2014 +0000 |
tree | 232262a154a781e5029ed9ac0633f608bc19e9dc | |
parent | ba03759264e62d5592688957cb70ffa567356074 [diff] | |
parent | e826877117dc9f94759ef646b77a3958ab51c125 [diff] |
Merge "Toolbox: Disable unused-XXX warnings"
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index 005fab7..920ac71 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk
@@ -7,6 +7,10 @@ -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