mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
Silence unused argument warning in Catch
This commit is contained in:
parent
e62b3beef4
commit
ee0defb939
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user