Browse Source
msys2 was reporting the following error: ``` D:/a/qbittorent_msys2/qbittorent_msys2/src/qBittorrent/src/app/application.cpp: In member function 'void Application::applyMemoryWorkingSetLimit()': D:/a/qbittorent_msys2/qbittorent_msys2/src/qBittorrent/src/app/application.cpp:777:36: error: no matching function for call to 'min(unsigned int, long unsigned int)' 777 | const SIZE_T minSize = std::min((64 * MiB), (maxSize / 2)); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ ```adaptive-webui-19844
Chocobo1
3 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue