1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Upgrade msvc to include enet and qt translator (#1436)

- Updated MSVC prebuilt package
- Fixed build warnings
This commit is contained in:
Ivan Savenko
2023-01-15 23:55:24 +02:00
committed by GitHub
parent fc4121f5ec
commit 0a858d9a7c
5 changed files with 14 additions and 14 deletions

View File

@ -156,7 +156,7 @@ static void detectEncoding()
auto data = resource->readAll();
// compute how often each character occurs in input file
for (size_t i = 0; i < data.second; ++i)
for (si64 i = 0; i < data.second; ++i)
charCount[data.first[i]] += 1;
// and convert computed data into weights