🚧 try to fix some warnings in MSVC

This commit is contained in:
Niels Lohmann 2017-02-20 18:32:11 +01:00
parent f7075be93a
commit 1a6d7f5bca
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
3 changed files with 4 additions and 4 deletions

View file

@ -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);