mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 03:35:38 +00:00
test: etharp: Fixed const warning
This commit is contained in:
parent
d39f929675
commit
ce98bc9437
@ -136,7 +136,7 @@ START_TEST(test_etharp_table)
|
|||||||
err_t err;
|
err_t err;
|
||||||
#endif /* ETHARP_SUPPORT_STATIC_ENTRIES */
|
#endif /* ETHARP_SUPPORT_STATIC_ENTRIES */
|
||||||
s8_t idx;
|
s8_t idx;
|
||||||
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;
|
||||||
LWIP_UNUSED_ARG(_i);
|
LWIP_UNUSED_ARG(_i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user