mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-29 19:46:19 +08:00
Silence some unsed variable warnings.
This commit is contained in:
committed by
Dirk Ziegelmeier
parent
02aaf12f48
commit
6e62b6090b
@@ -1058,7 +1058,9 @@ tcp_free_acked_segments(struct tcp_pcb *pcb, struct tcp_seg *seg_list, const cha
|
||||
static void
|
||||
tcp_receive(struct tcp_pcb *pcb)
|
||||
{
|
||||
#if TCP_QUEUE_OOSEQ || TCP_OOSEQ_MAX_BYTES || TCP_OOSEQ_MAX_PBUFS
|
||||
struct tcp_seg *next;
|
||||
#endif
|
||||
#if TCP_QUEUE_OOSEQ
|
||||
struct tcp_seg *prev, *cseg;
|
||||
#endif /* TCP_QUEUE_OOSEQ */
|
||||
|
||||
Reference in New Issue
Block a user