diff options
Diffstat (limited to 'proto/babel')
-rw-r--r-- | proto/babel/babel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proto/babel/babel.c b/proto/babel/babel.c index b4404f45..afa482bb 100644 --- a/proto/babel/babel.c +++ b/proto/babel/babel.c @@ -2091,9 +2091,8 @@ babel_prepare_attrs(struct linpool *pool, ea_list *next, uint metric, u64 router static int -babel_import_control(struct proto *P, struct rte **new, struct linpool *pool) +babel_import_control(struct proto *P, struct rte **new, struct linpool *pool UNUSED) { - struct babel_proto *p = (void *) P; struct rta *a = (*new)->attrs; /* Reject our own unreachable routes */ |