diff --git a/src/core/udp.c b/src/core/udp.c index f7b305dd..949d6e7d 100644 --- a/src/core/udp.c +++ b/src/core/udp.c @@ -129,6 +129,7 @@ again: static u8_t udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) { + LWIP_UNUSED_ARG(inp); /* in IPv6 only case */ LWIP_UNUSED_ARG(broadcast); /* in IPv6 only case */ /* check if PCB is bound to specific netif */