Fixes annoying unused parameter
This commit is contained in:
parent
69e7df11d5
commit
06392269e4
|
@ -224,6 +224,7 @@ void CScriptHandle::EnumReferences(asIScriptEngine *inEngine)
|
|||
|
||||
void CScriptHandle::ReleaseReferences(asIScriptEngine *inEngine)
|
||||
{
|
||||
(void)inEngine;
|
||||
// Simply clear the content to release the references
|
||||
Set(0, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue