Przeglądaj źródła

Warnings purge

tags/v0.9.3
Marty Connor 17 lat temu
rodzic
commit
f04899bf6c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/net/icmpv6.c

+ 1
- 1
src/net/icmpv6.c Wyświetl plik

@@ -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 */

Ładowanie…
Anuluj
Zapisz