Fix compile warning

This commit is contained in:
Přemysl Eric Janouch 2015-12-13 01:39:27 +01:00
parent ff64e45988
commit f1a83abdd8
1 changed files with 1 additions and 1 deletions

View File

@ -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;