mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix unused variable compiler warning
This commit is contained in:
@@ -179,7 +179,7 @@ bool Plugin::DoFormIDsOverlap(const PluginInterface& plugin) const {
|
||||
else
|
||||
return true;
|
||||
}
|
||||
} catch (std::bad_cast& e) {
|
||||
} catch (std::bad_cast&) {
|
||||
BOOST_LOG_TRIVIAL(error) << "Tried to check if FormIDs overlapped with a non-Plugin implementation of PluginInterface.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user