diff options
author | 2014-11-21 22:20:30 +0000 | |
---|---|---|
committer | 2014-11-21 22:20:31 +0000 | |
commit | 220c3f4f48b53b6010093a1ef437f4197a382ebf (patch) | |
tree | 31c7b8a68b1463511f9647b3928890f50c72c82a /libs/hwui/PathCache.cpp | |
parent | 79ef5ef7a58baf17f7c3522a5aeb041f5206c32a (diff) | |
parent | 2ab8298dc37851aab4623ba3f98d71055d653a73 (diff) |
Merge "resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aosp" into lmp-mr1-dev-plus-aosp
Diffstat (limited to 'libs/hwui/PathCache.cpp')
-rw-r--r-- | libs/hwui/PathCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index 80f9c2f20412..37d70f208dcf 100644 --- a/libs/hwui/PathCache.cpp +++ b/libs/hwui/PathCache.cpp @@ -196,7 +196,7 @@ void PathCache::setMaxSize(uint32_t maxSize) { // Callbacks /////////////////////////////////////////////////////////////////////////////// -void PathCache::operator()(PathDescription& entry, PathTexture*& texture) { +void PathCache::operator()(PathDescription& /* entry */, PathTexture*& texture) { removeTexture(texture); } |