removed compiler warning

This commit is contained in:
Daniel Marjamäki 2009-01-23 18:55:40 +00:00
parent 9c94e66382
commit f31bd86a05

View File

@ -173,7 +173,7 @@ void TestFixture::reportErr(const std::string &errmsg)
errout << errmsg << std::endl; errout << errmsg << std::endl;
} }
void TestFixture::reportOut(const std::string &outmsg) void TestFixture::reportOut(const std::string & /*outmsg*/)
{ {
// These can probably be ignored // These can probably be ignored
} }