Added some more LWIP_UNUSED_ARG()s

This commit is contained in:
goldsimon
2007-04-24 08:35:19 +00:00
parent 02e194b15f
commit 4bedb07aa0
2 changed files with 8 additions and 1 deletions

View File

@@ -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);