removed compiler warning
This commit is contained in:
parent
9c94e66382
commit
f31bd86a05
|
@ -173,7 +173,7 @@ void TestFixture::reportErr(const std::string &errmsg)
|
|||
errout << errmsg << std::endl;
|
||||
}
|
||||
|
||||
void TestFixture::reportOut(const std::string &outmsg)
|
||||
void TestFixture::reportOut(const std::string & /*outmsg*/)
|
||||
{
|
||||
// These can probably be ignored
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue