mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
sockets.c: fix compiling in release mode
This commit is contained in:
parent
819224f0e5
commit
d71653f049
@ -1016,6 +1016,7 @@ lwip_recvfrom_udp_raw(struct lwip_sock *sock, int flags, const struct iovec *iov
|
||||
u16_t buflen, copylen, copied;
|
||||
int i;
|
||||
|
||||
LWIP_UNUSED_ARG(dbg_s);
|
||||
LWIP_ERROR("lwip_recvfrom_udp_raw: invalid arguments", (iov != NULL) || (iovcnt <= 0), return ERR_ARG;);
|
||||
|
||||
if (flags & MSG_DONTWAIT) {
|
||||
|
Loading…
Reference in New Issue
Block a user