Browse Source

Warnings purge

tags/v0.9.3
Marty Connor 17 years ago
parent
commit
f04899bf6c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/net/icmpv6.c

+ 1
- 1
src/net/icmpv6.c View File

@@ -72,7 +72,7 @@ int icmp6_send_solicit ( struct net_device *netdev, struct in6_addr *src __unuse
72 72
  * @v st_dest	Destination address
73 73
  */
74 74
 static int icmp6_rx ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
75
-		      struct sockaddr_tcpip *st_dest ) {
75
+		      struct sockaddr_tcpip *st_dest, __unused uint16_t pshdr_csum ) {
76 76
 	struct icmp6_header *icmp6hdr = iobuf->data;
77 77
 
78 78
 	/* Sanity check */

Loading…
Cancel
Save