]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/pipe/pipe.c
Fix configure to enable warnings and fix most of them.
[thirdparty/bird.git] / proto / pipe / pipe.c
index 943d3a0ea5977c727e18dd97fb6f3fb6e060a69f..7fdf2733fb4061d272604407a587a54ecf496002 100644 (file)
@@ -168,7 +168,7 @@ pipe_get_status(struct proto *P, byte *buf)
 static int
 pipe_reconfigure(struct proto *P, struct proto_config *new)
 {
-  struct pipe_proto *p = (struct pipe_proto *) P;
+  // struct pipe_proto *p = (struct pipe_proto *) P;
   struct pipe_config *o = (struct pipe_config *) P->cf;
   struct pipe_config *n = (struct pipe_config *) new;