summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index bf4e6db7c1..b691a92df2 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1776,6 +1776,8 @@ static periodic_timer_t *systemd_watchdog_timer = NULL;
static void
systemd_watchdog_callback(periodic_timer_t *timer, void *arg)
{
+ (void)timer;
+ (void)arg;
sd_notify(0, "WATCHDOG=1");
}
#endif