diff options
Diffstat (limited to 'ospfd/ospf_route.c')
-rw-r--r-- | ospfd/ospf_route.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ospfd/ospf_route.c b/ospfd/ospf_route.c index 267237b8..f1251e99 100644 --- a/ospfd/ospf_route.c +++ b/ospfd/ospf_route.c @@ -274,7 +274,11 @@ ospf_route_install (struct ospf *ospf, struct route_table *rt) static void ospf_intra_route_add (struct route_table *rt, struct vertex *v, - struct ospf_area *area) + struct ospf_area *area) + __attribute__((unused)) ; +static void +ospf_intra_route_add (struct route_table *rt, struct vertex *v, + struct ospf_area *area) { struct route_node *rn; struct ospf_route *or; |