From ee0defb93900f1b8fdf65dfcbd2db1b1f33137bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 15 Jun 2017 11:34:29 +0200 Subject: [PATCH] Silence unused argument warning in Catch --- include/catch_session.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/catch_session.hpp b/include/catch_session.hpp index 9b1d1e87..09ca85f1 100644 --- a/include/catch_session.hpp +++ b/include/catch_session.hpp @@ -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;