소스 검색

Warnings purge

tags/v0.9.3
Marty Connor 17 년 전
부모
커밋
f04899bf6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/net/icmpv6.c

+ 1
- 1
src/net/icmpv6.c 파일 보기

@@ -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…
취소
저장