diff options
author | Marty Connor <mdc@etherboot.org> | 2007-07-02 15:33:34 -0400 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-07-02 15:33:34 -0400 |
commit | f04899bf6c940e89ff30da82066513560ca7d226 (patch) | |
tree | d17374f72e4548c8af9127c18dccb394fddb58b7 /src/net/icmpv6.c | |
parent | b234d4a13eab14920ec504d5481a8d28dd3f5905 (diff) | |
download | ipxe-f04899bf6c940e89ff30da82066513560ca7d226.tar.gz |
Warnings purge
Diffstat (limited to 'src/net/icmpv6.c')
-rw-r--r-- | src/net/icmpv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/icmpv6.c b/src/net/icmpv6.c index da7389235..69824c5b7 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 */ |