From 5712c7f9cd39cbc7f300d1a74b1e0bc2b96bb41b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 17 Oct 2021 18:26:54 +0200 Subject: [PATCH] :rotating_light: fix warning --- test/src/unit-msgpack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-msgpack.cpp b/test/src/unit-msgpack.cpp index 1c4c8edc2..123eb9e15 100644 --- a/test/src/unit-msgpack.cpp +++ b/test/src/unit-msgpack.cpp @@ -349,7 +349,7 @@ TEST_CASE("MessagePack") { for (uint64_t i : { - 4294967296lu, 9223372036854775807lu + 4294967296LU, 9223372036854775807LU }) { CAPTURE(i)