fix compiler warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user