lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-458-gc748395
Date: Thu, 3 Dec 2020 03:51:40 -0500 (EST)

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 <erik@kryo.se>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]