drm: unused argument warning messages
Change-Id: Ifd8a470ffa02f986427c5f36380d70494efe864d
This commit is contained in:
@@ -350,7 +350,7 @@ DrmManagerClientImpl::DeathNotifier::~DeathNotifier() {
|
||||
}
|
||||
}
|
||||
|
||||
void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& who) {
|
||||
void DrmManagerClientImpl::DeathNotifier::binderDied(const wp<IBinder>& /*who*/) {
|
||||
Mutex::Autolock lock(sMutex);
|
||||
DrmManagerClientImpl::sDrmManagerService.clear();
|
||||
ALOGW("DrmManager server died!");
|
||||
|
||||
Reference in New Issue
Block a user