fix compiler warnings
This commit is contained in:
@@ -126,8 +126,7 @@ JSC_CCALL(actor_removetimer,
|
||||
cell_rt *actor = JS_GetContextOpaque(js);
|
||||
uint32_t timer_id;
|
||||
JS_ToUint32(js, &timer_id, argv[0]);
|
||||
JSValue removed = actor_remove_timer(actor, timer_id);
|
||||
JS_FreeValue(js, removed);
|
||||
(void)actor_remove_timer(actor, timer_id);
|
||||
)
|
||||
|
||||
/* Log callback bridge: called from JS_Log, calls ƿit log(channel, [msg, stack])
|
||||
|
||||
Reference in New Issue
Block a user