Fix unused variable compiler warning

This commit is contained in:
Oliver Hamlet
2017-02-08 19:35:10 +00:00
parent d5f8315651
commit f9897d4c11
+1 -1
View File
@@ -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.";
}