Core/Scripting: Fix a warning when building statically

(cherry picked from commit 1b909f9dacf21c7d3a6f9eb48afd168f52801bd4)
This commit is contained in:
Naios
2016-04-11 21:59:37 +02:00
parent 9cc97f226d
commit b88074086b
@@ -22,7 +22,7 @@
// This method should never be called
std::shared_ptr<ModuleReference>
ScriptReloadMgr::AcquireModuleReferenceOfContext(std::string const& context)
ScriptReloadMgr::AcquireModuleReferenceOfContext(std::string const& /*context*/)
{
WPAbort();
}