mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Merge pull request #88 from klmr/master
Warning "unused parameter" silenced
This commit is contained in:
commit
eb22e212c0
@ -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