Merge "Address compiler warning" into mnc-dev
This commit is contained in:
@@ -343,6 +343,8 @@ static android::status_t mapCdmResponseType(wvcdm::CdmResponseType res) {
|
|||||||
return kEmptyLicenseRequest;
|
return kEmptyLicenseRequest;
|
||||||
case wvcdm::UNKNOWN_ERROR:
|
case wvcdm::UNKNOWN_ERROR:
|
||||||
return android::ERROR_DRM_UNKNOWN;
|
return android::ERROR_DRM_UNKNOWN;
|
||||||
|
case wvcdm::UNUSED_1:
|
||||||
|
return android::UNKNOWN_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return here instead of as a default case so that the compiler will warn
|
// Return here instead of as a default case so that the compiler will warn
|
||||||
|
|||||||
Reference in New Issue
Block a user