|
From: | address@hidden |
Subject: | Re: [lwip-devel] Converting to git |
Date: | Tue, 26 Jul 2011 20:24:34 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
Simon Wojciech A. Koszek wrote:
That was my first guess. But GCC complained about it, since in src/core/timers.c has this: 432 #if PBUF_POOL_FREE_OOSEQ 433 PBUF_CHECK_FREE_OOSEQ(); 434 #endif /* PBUF_POOL_FREE_OOSEQ */ This calls pbuf_free_ooseq(). If you get rid of this from this file (somehow), we'll be able to make pbuf_free_ooseq() static or remove it at all. This is the only place that calls PBUF_CHECK_FREE_OOSEQ.
[Prev in Thread] | Current Thread | [Next in Thread] |