diff --git a/lib/inc/drogon/drogon_test.h b/lib/inc/drogon/drogon_test.h index 316b19ef..4d6f0668 100644 --- a/lib/inc/drogon/drogon_test.h +++ b/lib/inc/drogon/drogon_test.h @@ -144,9 +144,8 @@ inline std::string attemptPrint(T&& v) // Specializations to reduce template construction template <> -inline std::string attemptPrint(const std::nullptr_t& v) +inline std::string attemptPrint(const std::nullptr_t&) { - (void)v; return "nullptr"; }