diff --git a/src/core/netif.c b/src/core/netif.c index 7a8968a2..f8133f76 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -888,7 +888,7 @@ static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, ip6_addr_t *ipaddr) { (void)netif; - (void)pbuf; + (void)p; (void)ipaddr; return ERR_IF;