From 7b9b0c0a0087def6a3fc11824a891be5940a257b Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 3 Jul 2018 18:08:35 +0200 Subject: Cleanup some warnings --- proto/ospf/ospf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/ospf.c') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index fa122f01..150f519f 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -446,7 +446,7 @@ ospf_disp(timer * timer) * import to the filters. */ static int -ospf_import_control(struct proto *P, rte **new, struct linpool *pool) +ospf_import_control(struct proto *P, rte **new, struct linpool *pool UNUSED) { struct ospf_proto *p = (struct ospf_proto *) P; struct ospf_area *oa = ospf_main_area(p); -- cgit v1.2.3