[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 1dcd5d31d7bbb9390b2ee45f32b3f7706bb39746 |
Date: |
Sun, 8 May 2016 01:13:00 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via 1dcd5d31d7bbb9390b2ee45f32b3f7706bb39746 (commit)
from 73b8026cb97e6fb3e8a49eb1bdae6849377cb2ec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1dcd5d31d7bbb9390b2ee45f32b3f7706bb39746
Author: Sylvain Rochet <address@hidden>
Date: Sun May 8 03:09:51 2016 +0200
pbuf: fix undefined PBUF_POOL_FREE_OOSEQ if TCP_QUEUE_OOSEQ is disabled
lwip/src/core/timers.c: In function âsys_check_timeoutsâ:
lwip/src/core/timers.c:328:5: error: "PBUF_POOL_FREE_OOSEQ" is not defined
[-Werror=undef]
#if PBUF_POOL_FREE_OOSEQ
Fix it by declaring an empty PBUF_CHECK_FREE_OOSEQ() function if feature is
not enabled.
-----------------------------------------------------------------------
Summary of changes:
src/core/timers.c | 2 --
src/include/lwip/pbuf.h | 9 +++++----
2 files changed, 5 insertions(+), 6 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 1dcd5d31d7bbb9390b2ee45f32b3f7706bb39746,
Sylvain Rochet <=