| Index: source/libvpx/test/frame_size_tests.cc
|
| ===================================================================
|
| --- source/libvpx/test/frame_size_tests.cc (revision 291857)
|
| +++ source/libvpx/test/frame_size_tests.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| }
|
|
|
| virtual bool HandleDecodeResult(const vpx_codec_err_t res_dec,
|
| - const libvpx_test::VideoSource &video,
|
| + const libvpx_test::VideoSource& /*video*/,
|
| libvpx_test::Decoder *decoder) {
|
| EXPECT_EQ(expected_res_, res_dec) << decoder->DecodeError();
|
| return !::testing::Test::HasFailure();
|
|
|