mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +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;
|
||||
#endif /* LWIP_IPV4 */
|
||||
default:
|
||||
addr_size = 0;
|
||||
fail();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user