1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-05 06:23:53 +00:00

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();
}
void showHelp( std::string const& processName ) {
void showHelp( std::string const& ) {
Catch::cout() << "\nCatch v" << libraryVersion() << "\n";
Catch::cout() << m_cli << std::endl;