removed compiler warning

This commit is contained in:
Daniel Marjamäki 2009-01-23 18:55:40 +00:00
parent 9c94e66382
commit f31bd86a05
1 changed files with 1 additions and 1 deletions

View File

@ -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
}