From f04899bf6c940e89ff30da82066513560ca7d226 Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Mon, 2 Jul 2007 15:33:34 -0400 Subject: [PATCH] Warnings purge --- src/net/icmpv6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/icmpv6.c b/src/net/icmpv6.c index da738923..69824c5b 100644 --- a/src/net/icmpv6.c +++ b/src/net/icmpv6.c @@ -72,7 +72,7 @@ int icmp6_send_solicit ( struct net_device *netdev, struct in6_addr *src __unuse * @v st_dest Destination address */ static int icmp6_rx ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src, - struct sockaddr_tcpip *st_dest ) { + struct sockaddr_tcpip *st_dest, __unused uint16_t pshdr_csum ) { struct icmp6_header *icmp6hdr = iobuf->data; /* Sanity check */