]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Silence unused variable warning
authorIgor Putovny <igor.putovny@nic.cz>
Fri, 11 Oct 2024 12:40:35 +0000 (14:40 +0200)
committerIgor Putovny <igor.putovny@nic.cz>
Fri, 11 Oct 2024 12:40:35 +0000 (14:40 +0200)
proto/aggregator/aggregator.c

index 9a00b579bf46861f30b915f48ed42632745edafe..5b56d5b2e68227d58b8a56749101720edb6619d3 100644 (file)
@@ -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;
 }