One more pleasing travis fix

This commit is contained in:
Willem Toorop 2017-09-14 16:43:10 +02:00
parent e6051976dd
commit aa74c0a3d5
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ getdns_libuv_timeout_cb(uv_timer_t *timer, int status)
#endif
{
getdns_eventloop_event *el_ev = (getdns_eventloop_event *)timer->data;
#ifndef HAVE_NEW_UV_TIMER_CB
(void)status;
#endif
assert(el_ev->timeout_cb);
DEBUG_UV("enter libuv_timeout_cb(el_ev = %p, el_ev->ev = %p)\n"
, el_ev, el_ev->ev);