From 29d26d3179463cd24ba30ada95bd6e12d82f595c Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 7 Apr 2017 11:36:54 +0100 Subject: [PATCH] Commented out unused argument --- include/reporters/catch_reporter_teamcity.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}