Commented out unused argument

This commit is contained in:
Phil Nash 2017-04-07 11:36:54 +01:00
parent ca764ec8d9
commit 29d26d3179
1 changed files with 1 additions and 1 deletions

View File

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