mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-25 00:02:41 +00:00
test_sockets: fix warning about unused variable "addr_size"
This commit is contained in:
parent
59fba75cd8
commit
dffb75c5fa
@ -208,6 +208,7 @@ static void test_sockets_sendmsg_udp(int domain)
|
|||||||
break;
|
break;
|
||||||
#endif /* LWIP_IPV4 */
|
#endif /* LWIP_IPV4 */
|
||||||
default:
|
default:
|
||||||
|
addr_size = 0;
|
||||||
fail();
|
fail();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user