diff options
author | 2014-11-21 21:34:45 +0000 | |
---|---|---|
committer | 2014-11-21 21:34:46 +0000 | |
commit | d2738eadc1f8c92c64d47429ef3f168738431809 (patch) | |
tree | 01769a67c494fe1f8264581d4f01e94705ce9c5f /libs/hwui/PathCache.cpp | |
parent | 0218970afaeefcabf7ed4b476cb93f28d61847b8 (diff) | |
parent | 42ddc18d108f789705ad4eb697ce9599ad322507 (diff) |
Merge "Frameworks/base: Unused parameters in hwui"
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 a3d70197cb0f..9ffe2d88542f 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); } |