summaryrefslogtreecommitdiffstats
path: root/ospfd/ospfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r--ospfd/ospfd.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c
index a7553e73..a5b3b1aa 100644
--- a/ospfd/ospfd.c
+++ b/ospfd/ospfd.c
@@ -1208,7 +1208,11 @@ ospf_area_nssa_translator_role_set (struct ospf *ospf, struct in_addr area_id,
/* XXX: unused? Leave for symmetry? */
static int
ospf_area_nssa_translator_role_unset (struct ospf *ospf,
- struct in_addr area_id)
+ struct in_addr area_id)
+ __attribute__((unused)) ;
+static int
+ospf_area_nssa_translator_role_unset (struct ospf *ospf,
+ struct in_addr area_id)
{
struct ospf_area *area;