summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-06 14:42:04 -0700
committerChih-Hung Hsieh <chh@google.com>2015-05-07 12:30:13 -0700
commit9eb9dd326ae93cd84eb9bbc740f753fe8d8c7a13 (patch)
treee0ed2ecde93e7a8a8c486e51d04b91f10facea81 /libs
parentdc9b2dfae2d2c0ef6d7e8d769a78abc17add537a (diff)
downloadframeworks_base-9eb9dd326ae93cd84eb9bbc740f753fe8d8c7a13.zip
frameworks_base-9eb9dd326ae93cd84eb9bbc740f753fe8d8c7a13.tar.gz
frameworks_base-9eb9dd326ae93cd84eb9bbc740f753fe8d8c7a13.tar.bz2
Fix clang warnings on unused variable, mismatched tag, print format.
BUG: 20890093 Change-Id: I91588f481d80b69823bc9d104b8bd09167ee5373
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/renderthread/RenderProxy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.cpp b/libs/hwui/renderthread/RenderProxy.cpp
index c643e1d..17e47b9 100644
--- a/libs/hwui/renderthread/RenderProxy.cpp
+++ b/libs/hwui/renderthread/RenderProxy.cpp
@@ -353,7 +353,6 @@ CREATE_BRIDGE2(overrideProperty, const char* name, const char* value) {
}
void RenderProxy::overrideProperty(const char* name, const char* value) {
- RenderThread& thread = RenderThread::getInstance();
SETUP_TASK(overrideProperty);
args->name = name;
args->value = value;