Clean up some compiler warnings
This is a cherry pick of http://go/wvgerrit/13665 Added a few static casts and removed some unused parameters. Change-Id: I4f2d1c26580a188de429defc8d1d22757f4c6917
This commit is contained in:
@@ -915,7 +915,7 @@ status_t WVDrmPlugin::verify(const Vector<uint8_t>& sessionId,
|
||||
}
|
||||
}
|
||||
|
||||
status_t WVDrmPlugin::signRSA(const Vector<uint8_t>& sessionId,
|
||||
status_t WVDrmPlugin::signRSA(const Vector<uint8_t>& /* sessionId */,
|
||||
const String8& algorithm,
|
||||
const Vector<uint8_t>& message,
|
||||
const Vector<uint8_t>& wrappedKey,
|
||||
|
||||
Reference in New Issue
Block a user