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

View File

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