Silence unused argument warning in Catch

This commit is contained in:
Martin Hořeňovský 2017-06-15 11:34:29 +02:00
parent e62b3beef4
commit ee0defb939
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace Catch {
Catch::cleanUp();
}
void showHelp( std::string const& processName ) {
void showHelp( std::string const& ) {
Catch::cout() << "\nCatch v" << libraryVersion() << "\n";
Catch::cout() << m_cli << std::endl;