mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-24 17:17:03 +08:00
Added some more LWIP_UNUSED_ARG()s
This commit is contained in:
@@ -90,6 +90,8 @@ raw_input(struct pbuf *p, struct netif *inp)
|
||||
s16_t proto;
|
||||
u8_t eaten = 0;
|
||||
|
||||
LWIP_UNUSED_ARG(inp);
|
||||
|
||||
iphdr = p->payload;
|
||||
proto = IPH_PROTO(iphdr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user