Fix build

This commit is contained in:
Alexey Milovidov 2020-05-30 22:40:23 +03:00
parent 09d2f19287
commit 9a41eb14a6

View File

@ -209,6 +209,8 @@ static void getNotEnoughMemoryMessage(std::string & msg)
{
msg += "\nCannot obtain additional info about memory usage.";
}
#else
(void)msg;
#endif
}