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
  * @v st_dest	Destination address
72
  * @v st_dest	Destination address
73
  */
73
  */
74
 static int icmp6_rx ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
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
 	struct icmp6_header *icmp6hdr = iobuf->data;
76
 	struct icmp6_header *icmp6hdr = iobuf->data;
77
 
77
 
78
 	/* Sanity check */
78
 	/* Sanity check */

Loading…
Cancel
Save