mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix most warnings, re-fix MSVC compile error
This commit is contained in:
parent
979ca23f1e
commit
d31f07bd4b
10 changed files with 22 additions and 19 deletions
|
@ -462,7 +462,7 @@ struct TestCompress: public TestBase
|
|||
<<os_decompressed.str().size()<<std::endl;
|
||||
std::string str_decompressed = os_decompressed.str();
|
||||
UTEST(str_decompressed.size() == data_in.size(), "Output size not"
|
||||
" equal (output: %i, input: %i)",
|
||||
" equal (output: %u, input: %u)",
|
||||
str_decompressed.size(), data_in.size());
|
||||
for(u32 i=0; i<size && i<str_decompressed.size(); i++){
|
||||
UTEST(str_decompressed[i] == data_in[i],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue