From 4ce05e4e240e414102a6b2c71b59816e023cdea3 Mon Sep 17 00:00:00 2001 From: Igor Putovny Date: Fri, 11 Oct 2024 14:40:35 +0200 Subject: [PATCH] Silence unused variable warning --- proto/aggregator/aggregator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index 9a00b579b..5b56d5b2e 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -1910,7 +1910,7 @@ aggregator_start(struct proto *P) } static int -aggregator_shutdown(struct proto *P) +aggregator_shutdown(struct proto *P UNUSED) { return PS_DOWN; } -- 2.47.2