Commit f0f9ab68 authored by James Zern's avatar James Zern
Browse files

invalid_file_test.cc: remove unused param warnings

Change-Id: Ifde2849f45acb59fbcf29c8735ef0a10d4d9041e
Showing with 3 additions and 3 deletions
...@@ -126,9 +126,9 @@ VP9_INSTANTIATE_TEST_CASE(InvalidFileTest, ...@@ -126,9 +126,9 @@ VP9_INSTANTIATE_TEST_CASE(InvalidFileTest,
class InvalidFileInvalidPeekTest : public InvalidFileTest { class InvalidFileInvalidPeekTest : public InvalidFileTest {
protected: protected:
InvalidFileInvalidPeekTest() : InvalidFileTest() {} InvalidFileInvalidPeekTest() : InvalidFileTest() {}
virtual void HandlePeekResult(libvpx_test::Decoder *const decoder, virtual void HandlePeekResult(libvpx_test::Decoder* /*decoder*/,
libvpx_test::CompressedVideoSource *video, libvpx_test::CompressedVideoSource* /*video*/,
const vpx_codec_err_t res_peek) {} const vpx_codec_err_t /*res_peek*/) {}
}; };
TEST_P(InvalidFileInvalidPeekTest, ReturnCode) { TEST_P(InvalidFileInvalidPeekTest, ReturnCode) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment