mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
test_etharp: fix compiler warning
This commit is contained in:
parent
ab922582dc
commit
d4845abac6
@ -139,7 +139,7 @@ START_TEST(test_etharp_table)
|
|||||||
#if ETHARP_SUPPORT_STATIC_ENTRIES
|
#if ETHARP_SUPPORT_STATIC_ENTRIES
|
||||||
err_t err;
|
err_t err;
|
||||||
#endif /* ETHARP_SUPPORT_STATIC_ENTRIES */
|
#endif /* ETHARP_SUPPORT_STATIC_ENTRIES */
|
||||||
s8_t idx;
|
ssize_t idx;
|
||||||
const ip4_addr_t *unused_ipaddr;
|
const ip4_addr_t *unused_ipaddr;
|
||||||
struct eth_addr *unused_ethaddr;
|
struct eth_addr *unused_ethaddr;
|
||||||
struct udp_pcb* pcb;
|
struct udp_pcb* pcb;
|
||||||
|
Loading…
Reference in New Issue
Block a user