mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-12 17:34: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>