Core/Scripting: Fix a warning when building statically
(cherry picked from commit 1b909f9dacf21c7d3a6f9eb48afd168f52801bd4)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user