From f31bd86a057d4baea36f02dd5ffd964a487c5482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 23 Jan 2009 18:55:40 +0000 Subject: [PATCH] removed compiler warning --- test/testsuite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testsuite.cpp b/test/testsuite.cpp index 49bc517f5..4cbf1185b 100644 --- a/test/testsuite.cpp +++ b/test/testsuite.cpp @@ -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 }