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