mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-20 02:03:15 +00:00
Fixed compiler warning
This commit is contained in:
@@ -122,8 +122,6 @@ ILibDuktape_EventEmitter* ILibDuktape_EventEmitter_GetEmitter_fromObject(duk_con
|
|||||||
}
|
}
|
||||||
void ILibDuktape_EventEmitter_FinalizerEx(ILibHashtable sender, void *Key1, char* Key2, int Key2Len, void *Data, void *user)
|
void ILibDuktape_EventEmitter_FinalizerEx(ILibHashtable sender, void *Key1, char* Key2, int Key2Len, void *Data, void *user)
|
||||||
{
|
{
|
||||||
ILibDuktape_EventEmitter *data = (ILibDuktape_EventEmitter*)user;
|
|
||||||
|
|
||||||
if (Key1 == NULL)
|
if (Key1 == NULL)
|
||||||
{
|
{
|
||||||
// If this is NULL, then 'Data' is a LinkedList of JavaScript Subscribers
|
// If this is NULL, then 'Data' is a LinkedList of JavaScript Subscribers
|
||||||
|
|||||||
Reference in New Issue
Block a user