From 3a68b14e46fa24f7a97ba4feb90414454d3edbac Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 17 Oct 2021 21:18:11 +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 123eb9e15..0ac9e30c1 100644 --- a/test/src/unit-msgpack.cpp +++ b/test/src/unit-msgpack.cpp @@ -719,7 +719,7 @@ TEST_CASE("MessagePack") { for (uint64_t i : { - 4294967296lu, 18446744073709551615lu + 4294967296LU, 18446744073709551615LU }) { CAPTURE(i)