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 */
* 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);