Fix Netflix Warnings
(This is a merge of the parts of http://go/wvgerrit/73763 that affect the Widevine Android CDM.) Netflix found some cases of benign shadowing & unused parameters through having different warning settings than we do. No harm in fixing these. Bug: 126864496 Bug: 126864495 Test: CE CDM Build Test: Android Build Change-Id: Ifb2a705a64071900b69aea17d6add46a36068ebb
This commit is contained in:
@@ -607,7 +607,7 @@ CdmResponseType CdmLicense::HandleKeyResponse(
|
|||||||
provider_client_token_ = license.provider_client_token();
|
provider_client_token_ = license.provider_client_token();
|
||||||
|
|
||||||
if (license.has_srm_update()) {
|
if (license.has_srm_update()) {
|
||||||
CdmResponseType status = crypto_session_->LoadSrm(license.srm_update());
|
status = crypto_session_->LoadSrm(license.srm_update());
|
||||||
switch (status) {
|
switch (status) {
|
||||||
case NO_ERROR:
|
case NO_ERROR:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user