mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Fix sonar, fix build
This commit is contained in:
@ -55,7 +55,7 @@ std::vector<std::tuple<SpellID, bool>> QuickSpellPanel::getSpells() const
|
||||
{
|
||||
id = SpellID::decode(spellIdentifier);
|
||||
}
|
||||
catch(const IdentifierResolutionException & e)
|
||||
catch(const IdentifierResolutionException &)
|
||||
{
|
||||
id = SpellID::NONE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user