From e21423bab8a7cfc1cf5d13ab77ebebfae8ce156e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:27:17 +0000 Subject: ... in BGP. --- proto/bgp/bgp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/bgp/bgp.c') diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index b8e2abb..9258d14 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -77,7 +77,7 @@ static void bgp_initiate(struct bgp_proto *p); static void bgp_setup_listen_sk(void); void -bgp_close(struct bgp_proto *p) +bgp_close(struct bgp_proto *p UNUSED) { ASSERT(bgp_counter); bgp_counter--; @@ -370,7 +370,7 @@ bgp_initiate(struct bgp_proto *p) * closes the new connection by sending a Notification message. */ static int -bgp_incoming_connection(sock *sk, int dummy) +bgp_incoming_connection(sock *sk, int dummy UNUSED) { struct proto_config *pc; int match = 0; -- cgit v1.2.3