david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Warnings purge

This commit is contained in:
Marty Connor 2007-07-02 15:33:34 -04:00
parent b234d4a13e
commit f04899bf6c
1 changed files with 1 additions and 1 deletions

View File

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