mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Cleaned up some more warnings
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Detail
|
||||
template<typename T>
|
||||
struct StringMaker<T, false>
|
||||
{
|
||||
static std::string apply( const T& value )
|
||||
static std::string apply( const T& )
|
||||
{
|
||||
return "{?}";
|
||||
}
|
||||
|
Reference in New Issue
Block a user