In file api_msg.c, the function do_close_internal() should be surrounded by #if LWIP_TCP (as it is in the decration) so it will excluded when LWIP_TCP = 0. In file etharp.c, the function etharp_find_addr() should have it unused parameter netif marked so there is no warning. Bill Florac
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
