mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Unignore and fix warnings in Library/
This commit is contained in:
@ -642,7 +642,7 @@ void MeasureNet::WriteStats(const WCHAR* iniFile, const std::wstring& statsDate)
|
||||
WCHAR buffer[48];
|
||||
int len;
|
||||
|
||||
uint32_t count = c_StatValues.size() / 2;
|
||||
uint32_t count = (uint32_t)c_StatValues.size() / 2;
|
||||
|
||||
// Reserve sufficient buffer for statistics
|
||||
std::wstring data;
|
||||
|
Reference in New Issue
Block a user