diff options
| author | 2015-04-09 01:13:50 +0000 | |
|---|---|---|
| committer | 2015-04-09 01:13:50 +0000 | |
| commit | 4cead39a178dd8c4d7c1397e6ad5b861b08125b7 (patch) | |
| tree | 7855e7e102dbafc7eeec2436031aa5b6d5c51fba /tools/aapt/Resource.cpp | |
| parent | 343e291b67432427709a20e97f42fbc329c45c44 (diff) | |
| parent | 1be312dfb02e86731da6ac54a39956db791f4978 (diff) | |
am 1be312df: Merge "Re-enable -Wall and -Werror that were lost in a merge"
* commit '1be312dfb02e86731da6ac54a39956db791f4978':
Re-enable -Wall and -Werror that were lost in a merge
Diffstat (limited to 'tools/aapt/Resource.cpp')
| -rw-r--r-- | tools/aapt/Resource.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt/Resource.cpp b/tools/aapt/Resource.cpp index 38d10cf6529b..beb94fdbcfc5 100644 --- a/tools/aapt/Resource.cpp +++ b/tools/aapt/Resource.cpp @@ -3056,7 +3056,6 @@ writeProguardForLayouts(ProguardKeepSet* keep, const sp<AaptAssets>& assets) const sp<AaptDir>& d = dirs.itemAt(k); const String8& dirName = d->getLeaf(); Vector<String8> startTags; - const char* startTag = NULL; const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs = NULL; if ((dirName == String8("layout")) || (strncmp(dirName.string(), "layout-", 7) == 0)) { tagAttrPairs = &kLayoutTagAttrPairs; |