mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Silence "unused parameter" warning.
This commit is contained in:
parent
4df051bcf4
commit
84434be949
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user