[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-458-gc748395
[email protected] (Erik Ekman) Thu, 3 Dec 2020 03:51:40 -0500 (EST)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 c748395bdae03a2cdbb01f82c68819ff264689cf (commit)
from d1fc5c2ec4afbf0454172532bf32505b8a711ff0 (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 c748395bdae03a2cdbb01f82c68819ff264689cf
Author: Erik Ekman <[email protected]>
Date: Thu Dec 3 09:47:00 2020 +0100
PPP: Change data argument in sio_write to const
To fix the build after ppp_output_cb started taking it as const in
commit b2d1fc119d50f0f9a9f2edb784577f9ad6585fbe.
Fixes this failure:
../contrib/examples/ppp/pppos_example.c: In function ‘ppp_output_cb’:
../contrib/examples/ppp/pppos_example.c:163:29: error: cast discards ‘const’ qualifier from pointer target type [-Werror=cast-qual]
return sio_write(ppp_sio, (u8_t*)data, len);
^
-----------------------------------------------------------------------
Summary of changes:
UPGRADING | 1 +
contrib/examples/example_app/test.c | 2 +-
contrib/examples/ppp/pppos_example.c | 2 +-
contrib/ports/unix/port/netif/sio.c | 2 +-
contrib/ports/win32/sio.c | 2 +-
src/include/lwip/sio.h | 2 +-
6 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
_______________________________________________
lwip-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-commits