mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fixed some of the warnings detected by CI run
This commit is contained in:
@ -576,7 +576,7 @@ CModInfo::Version CModInfo::Version::fromString(std::string from)
|
||||
patch = std::stoi(from.substr(pointPos + 1));
|
||||
}
|
||||
}
|
||||
catch(const std::invalid_argument & e)
|
||||
catch(const std::invalid_argument &)
|
||||
{
|
||||
return Version();
|
||||
}
|
||||
|
Reference in New Issue
Block a user