fix compiler warnings

This commit is contained in:
2026-02-20 12:44:18 -06:00
parent 54e5be0773
commit c0aff9e9bf
13 changed files with 33 additions and 24 deletions

View File

@@ -757,9 +757,9 @@ double cell_random() {
return (double)buf / 9007199254740992.0;
}
void cell_trace_sethook(cell_hook)
void cell_trace_sethook(cell_hook hook)
{
(void)hook;
}
int uncaught_exception(JSContext *js, JSValue v)