mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +00:00
Minor changes: fix warning in dhcp_unfold_reply when LWIP_DEBUG=0
This commit is contained in:
parent
baab7c04f7
commit
bfd96264e6
@ -1185,6 +1185,7 @@ dhcp_unfold_reply(struct dhcp *dhcp)
|
||||
LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_unfold_reply(): copied %"U16_F" bytes to dhcp->options_in[]\n",
|
||||
dhcp->options_in_len));
|
||||
}
|
||||
LWIP_UNUSED_ARG(ret);
|
||||
return ERR_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user