diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c index 56ee682fde..e60eb148d8 100644 --- a/src/common/compat_libevent.c +++ b/src/common/compat_libevent.c @@ -283,7 +283,7 @@ void periodic_timer_disable(periodic_timer_t *timer) { tor_assert(timer); - event_del(timer->ev); + (void) event_del(timer->ev); } /** Stop and free a periodic timer */