🚨 fixed some warnings
This commit is contained in:
parent
d39842e68f
commit
546e2cbf5e
4 changed files with 4 additions and 3 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue