commit | 7d211c094b3124d0646b6397da679c708d4e1b08 | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Mon Mar 16 21:55:06 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 16 21:55:07 2015 +0000 |
tree | 316d2730a45f0187d781bc59ce66d344df746ec7 | |
parent | af3e993d459791f77feb66756bc2ac21d46a052a [diff] | |
parent | 61c58847c0d34f873c2444bcbd163f62b3810383 [diff] |
Merge "Add -Wunused to keystore"
diff --git a/keystore/Android.mk b/keystore/Android.mk index dc161ce..aa40fd1 100644 --- a/keystore/Android.mk +++ b/keystore/Android.mk
@@ -20,7 +20,7 @@ ifeq ($(USE_32_BIT_KEYSTORE), true) LOCAL_MULTILIB := 32 endif -LOCAL_CFLAGS := -Wall -Wextra -Werror +LOCAL_CFLAGS := -Wall -Wextra -Werror -Wunused LOCAL_SRC_FILES := keystore.cpp keyblob_utils.cpp LOCAL_SHARED_LIBRARIES := \ libbinder \