Fix compile warning
This commit is contained in:
parent
ff64e45988
commit
f1a83abdd8
|
@ -1271,7 +1271,7 @@ backend_ws_on_frame (void *user_data, const struct ws_parser *parser)
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
backend_ws_on_connection_timeout (EV_P_ ev_io *handle, int revents)
|
backend_ws_on_connection_timeout (EV_P_ ev_timer *handle, int revents)
|
||||||
{
|
{
|
||||||
(void) loop;
|
(void) loop;
|
||||||
(void) revents;
|
(void) revents;
|
||||||
|
|
Loading…
Reference in New Issue