mirror of
https://github.com/nlohmann/json
synced 2024-11-26 22:00:07 +00:00
🏁 fixed an MSVC warning
This commit is contained in:
parent
282bafae4f
commit
1262d474eb
@ -152,7 +152,7 @@ TEST_CASE("UBJSON")
|
||||
numbers.push_back(-10000000);
|
||||
numbers.push_back(-100000000);
|
||||
numbers.push_back(-1000000000);
|
||||
numbers.push_back(-2147483648L);
|
||||
numbers.push_back(-2147483647 - 1); // https://stackoverflow.com/a/29356002/266378
|
||||
for (auto i : numbers)
|
||||
{
|
||||
CAPTURE(i);
|
||||
|
Loading…
Reference in New Issue
Block a user