forked from catchorg/Catch2
Silence "unused parameter" warning.
This commit is contained in:
@@ -116,7 +116,7 @@ inline std::string toString( bool value ) {
|
||||
}
|
||||
|
||||
#ifdef CATCH_CONFIG_CPP11_NULLPTR
|
||||
inline std::string toString( std::nullptr_t null ) {
|
||||
inline std::string toString( std::nullptr_t ) {
|
||||
return "nullptr";
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user