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:
@@ -763,8 +763,8 @@ TEST_F(WvCdmExtendedDurationTest, VerifyLicenseRenewalTest) {
|
||||
|
||||
// Verify license identification
|
||||
video_widevine_server::sdk::LicenseIdentification license_id = license.id();
|
||||
EXPECT_LT(0, license_id.request_id().size());
|
||||
EXPECT_LT(0, license_id.session_id().size());
|
||||
EXPECT_LT(0u, license_id.request_id().size());
|
||||
EXPECT_LT(0u, license_id.session_id().size());
|
||||
EXPECT_EQ(video_widevine_server::sdk::STREAMING, license_id.type());
|
||||
EXPECT_FALSE(license_id.has_provider_session_token());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user