mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-18 22:05:51 +00:00
http_accept(): arg is not unused any more, thanks Bill
This commit is contained in:
parent
4a5c399e7d
commit
726953e7f3
@ -210,7 +210,6 @@ http_accept(void *arg, struct tcp_pcb *pcb, err_t err)
|
|||||||
struct http_state *hs;
|
struct http_state *hs;
|
||||||
struct tcp_pcb_listen *lpcb = (struct tcp_pcb_listen*)arg;
|
struct tcp_pcb_listen *lpcb = (struct tcp_pcb_listen*)arg;
|
||||||
|
|
||||||
LWIP_UNUSED_ARG(arg);
|
|
||||||
LWIP_UNUSED_ARG(err);
|
LWIP_UNUSED_ARG(err);
|
||||||
|
|
||||||
/* Decrease the listen backlog counter */
|
/* Decrease the listen backlog counter */
|
||||||
|
Loading…
Reference in New Issue
Block a user