]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
... in pipe.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:27:35 +0000 (09:27 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:27:35 +0000 (09:27 +0000)
proto/pipe/pipe.c

index f7ba866b6bac1a05baac065306f7d084c0e58812..d1d6bba995b23cedb7baaee7955410e0a4028e38 100644 (file)
@@ -31,7 +31,7 @@
 #include "pipe.h"
 
 static void
-pipe_send(struct pipe_proto *p, rtable *dest, net *n, rte *new, rte *old, ea_list *attrs)
+pipe_send(struct pipe_proto *p, rtable *dest, net *n, rte *new, rte *old UNUSED, ea_list *attrs)
 {
   net *nn;
   rte *e;
@@ -80,7 +80,7 @@ pipe_rt_notify_sec(struct proto *P, net *net, rte *new, rte *old, ea_list *attrs
 }
 
 static int
-pipe_import_control(struct proto *P, rte **ee, ea_list **ea, struct linpool *p)
+pipe_import_control(struct proto *P, rte **ee, ea_list **ea UNUSED, struct linpool *p UNUSED)
 {
   struct proto *pp = (*ee)->attrs->proto;