mirror of
https://github.com/fmang/opustags.git
synced 2025-03-14 08:30:08 +01:00
Tests: fix warnings about unused parameter
This commit is contained in:
parent
a210d1229e
commit
7d20fc70b2
@ -23,17 +23,17 @@ DummyTagsHandler::DummyTagsHandler()
|
||||
{
|
||||
}
|
||||
|
||||
bool DummyTagsHandler::relevant(const int streamno)
|
||||
bool DummyTagsHandler::relevant(const int)
|
||||
{
|
||||
return relevant_ret;
|
||||
}
|
||||
|
||||
void DummyTagsHandler::list(const int streamno, const Tags &)
|
||||
void DummyTagsHandler::list(const int, const Tags &)
|
||||
{
|
||||
list_fired = true;
|
||||
}
|
||||
|
||||
bool DummyTagsHandler::edit(const int streamno, Tags &)
|
||||
bool DummyTagsHandler::edit(const int, Tags &)
|
||||
{
|
||||
return edit_ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user