diff --git a/include/reporters/catch_reporter_teamcity.hpp b/include/reporters/catch_reporter_teamcity.hpp index 9c12fc70..e685a6ad 100644 --- a/include/reporters/catch_reporter_teamcity.hpp +++ b/include/reporters/catch_reporter_teamcity.hpp @@ -49,7 +49,7 @@ namespace Catch { return "Reports test results as TeamCity service messages"; } - virtual void skipTest( TestCaseInfo const& testInfo ) CATCH_OVERRIDE { + virtual void skipTest( TestCaseInfo const& /* testInfo */ ) CATCH_OVERRIDE { } virtual void noMatchingTestCases( std::string const& /* spec */ ) CATCH_OVERRIDE {}