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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1008-g472f798
Date: Wed, 1 Nov 2017 10:12:01 -0400 (EDT)

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  472f7985b552e0cec3df119fbc1371b489877360 (commit)
      from  d39e8cd8271e29808b19e198da9ef2a5a0f5a614 (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 472f7985b552e0cec3df119fbc1371b489877360
Author: Joel Cunningham <address@hidden>
Date:   Tue Oct 31 09:41:19 2017 -0500

    Introduce LWIP_PACKED_CAST to fix error issue with ARMCC
    
    ARMCC when using __packed structures will not implicitly convert a
    pointer to a member of a packed structure to something which does not
    have __packed. This results in a compiler error and was found with calls
    to icmp6_param_problem
    
    While there is a #pragma pack mode in ARMCC that disables this error, it
    does require existing ports to switch over their packing mode and
    perform integration

-----------------------------------------------------------------------

Summary of changes:
 src/core/ipv6/ip6.c     | 2 +-
 src/include/lwip/arch.h | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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