commit | eb0b151369371993a70c2079b8253f6dd24814b7 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Jul 30 20:38:04 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 30 20:38:04 2015 +0000 |
tree | 9e1ccdca1ef55cfe8fa8363ea19d8ef6430f4332 | |
parent | 138c540f53249cdf3cbece7a54aca85202cf94e9 [diff] | |
parent | 3294ad163fa4086809831f3e960421511693ae20 [diff] |
Merge "Toolbox: Disable unused-const-variable warning"
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index 273b263..aa92af7 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk
@@ -2,7 +2,7 @@ common_cflags := \ - -Werror -Wno-unused-parameter \ + -Werror -Wno-unused-parameter -Wno-unused-const-variable \ -I$(LOCAL_PATH)/upstream-netbsd/include/ \ -include bsd-compatibility.h \