mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-24 04:04:31 +00:00
fixed compiler warning
This commit is contained in:
@@ -281,7 +281,6 @@ void ILibDuktape_SimpleDataStore_raw_GetCachedValues_Array_sink(ILibSimpleDataSt
|
||||
{
|
||||
duk_context *ctx = (duk_context*)user;
|
||||
duk_push_lstring(ctx, Key, KeyLen); // [array][key]
|
||||
char *k2 = (char*)duk_get_string(ctx, -1);
|
||||
|
||||
duk_push_object(ctx); // [array][key][object]
|
||||
duk_dup(ctx, -2); // [array][key][obj][key]
|
||||
|
||||
Reference in New Issue
Block a user