Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
f0f9ab68
Commit
f0f9ab68
authored
Aug 22, 2014
by
James Zern
Browse files
invalid_file_test.cc: remove unused param warnings
Change-Id: Ifde2849f45acb59fbcf29c8735ef0a10d4d9041e
parent
722eecfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/invalid_file_test.cc
View file @
f0f9ab68
...
...
@@ -126,9 +126,9 @@ VP9_INSTANTIATE_TEST_CASE(InvalidFileTest,
class
InvalidFileInvalidPeekTest
:
public
InvalidFileTest
{
protected:
InvalidFileInvalidPeekTest
()
:
InvalidFileTest
()
{}
virtual
void
HandlePeekResult
(
libvpx_test
::
Decoder
*
const
decoder
,
libvpx_test
::
CompressedVideoSource
*
video
,
const
vpx_codec_err_t
res_peek
)
{}
virtual
void
HandlePeekResult
(
libvpx_test
::
Decoder
*
/*
decoder
*/
,
libvpx_test
::
CompressedVideoSource
*
/
*video
*/
,
const
vpx_codec_err_t
/*
res_peek
*/
)
{}
};
TEST_P
(
InvalidFileInvalidPeekTest
,
ReturnCode
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment