encode_test_driver.cc: remove unused param warnings

Change-Id: I1d43acef0983d10bda9fa495d6d723a4f9e2deaf
This commit is contained in:
James Zern 2014-08-22 12:11:42 -07:00
parent cae810ac5e
commit 53bd212dc5

View File

@ -133,8 +133,8 @@ static bool compare_img(const vpx_image_t *img1,
return match;
}
void EncoderTest::MismatchHook(const vpx_image_t *img1,
const vpx_image_t *img2) {
void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/,
const vpx_image_t* /*img2*/) {
ASSERT_TRUE(0) << "Encode/Decode mismatch found";
}