mirror of
https://github.com/nlohmann/json.git
synced 2025-07-25 13:41:56 +03:00
🚧 try to fix some warnings in MSVC
This commit is contained in:
@ -389,7 +389,7 @@ TEST_CASE("MessagePack")
|
||||
numbers.push_back(-65536);
|
||||
numbers.push_back(-77777);
|
||||
numbers.push_back(-1048576);
|
||||
numbers.push_back(-2147483648);
|
||||
numbers.push_back(-2147483648ll);
|
||||
for (auto i : numbers)
|
||||
{
|
||||
CAPTURE(i);
|
||||
|
Reference in New Issue
Block a user