mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-03-25 03:25:43 +08:00
In case of IP_REASS_FREE_OLDEST==0, the argument clen of ip_reass_enqueue_new_datagram() will not used and leads the compiler to a warning. Signed-off-by: Stephan Linz <linz@li-pro.net>