mirror of
https://github.com/nlohmann/json.git
synced 2026-02-15 13:42:18 +00:00
🚨 fixed some warnings
This commit is contained in:
@@ -1762,7 +1762,7 @@ TEST_CASE("regression tests")
|
||||
-54, -28, -26
|
||||
};
|
||||
std::string s;
|
||||
for (int i = 0; i < sizeof(data) / sizeof(int); i++)
|
||||
for (unsigned i = 0; i < sizeof(data) / sizeof(int); i++)
|
||||
{
|
||||
s += static_cast<char>(data[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user