mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
try to fix compiling with gcc & clang
This commit is contained in:
@@ -149,7 +149,7 @@ START_TEST(test_udp_new_remove)
|
||||
}
|
||||
END_TEST
|
||||
|
||||
void test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p,
|
||||
static void test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p,
|
||||
const ip_addr_t *addr, u16_t port)
|
||||
{
|
||||
struct test_udp_rxdata *ctr = (struct test_udp_rxdata *)arg;
|
||||
|
||||
Reference in New Issue
Block a user