diff options
| author | 2014-02-06 03:07:47 +0000 | |
|---|---|---|
| committer | 2014-02-06 03:07:47 +0000 | |
| commit | 4ba492f23b6fb0d5a95174cc194ce04e1497c0d7 (patch) | |
| tree | 2fd67213133ff10dd8b490e7f40c76cb1be123fd /libs/binder/ProcessState.cpp | |
| parent | 86e7690ec229c04ab08304e995099ce9d26aa06e (diff) | |
| parent | 2b957503b77c938e0698ffa8904e20c38c408d81 (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.cpp | 2 |
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); } |