summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/compat_libevent.c2
1 files changed, 1 insertions, 1 deletions
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 */