diff --git a/include/internal/catch_tostring.hpp b/include/internal/catch_tostring.hpp index 367a88a8..551bafbc 100644 --- a/include/internal/catch_tostring.hpp +++ b/include/internal/catch_tostring.hpp @@ -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