summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2014-02-06 03:07:47 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-02-06 03:07:47 +0000
commit4ba492f23b6fb0d5a95174cc194ce04e1497c0d7 (patch)
tree2fd67213133ff10dd8b490e7f40c76cb1be123fd /libs/binder/ProcessState.cpp
parent86e7690ec229c04ab08304e995099ce9d26aa06e (diff)
parent2b957503b77c938e0698ffa8904e20c38c408d81 (diff)
am 2b957503: am 74be0f7b: Merge "binder: fix all warnings"
* commit '2b957503b77c938e0698ffa8904e20c38c408d81': binder: fix all warnings
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r--libs/binder/ProcessState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index c1e49bc8f6..01639061ee 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -86,7 +86,7 @@ void ProcessState::setContextObject(const sp<IBinder>& object)
setContextObject(object, String16("default"));
}
-sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& caller)
+sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
{
return getStrongProxyForHandle(0);
}