From 901c6797410d7ecb2a8eb3bf3142885c10f24105 Mon Sep 17 00:00:00 2001 From: An Tao Date: Tue, 9 May 2023 17:54:22 +0800 Subject: [PATCH] Update lib/inc/drogon/drogon_test.h Co-authored-by: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> --- lib/inc/drogon/drogon_test.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"; }