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. a1db05c11e5795e732c5eb9bdc6501d28e65d700
Date: Wed, 24 Aug 2016 12:42:56 +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  a1db05c11e5795e732c5eb9bdc6501d28e65d700 (commit)
      from  bf5866b27dbe82ef3b61db35eb8f410a1dd75743 (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 a1db05c11e5795e732c5eb9bdc6501d28e65d700
Author: Erik Ekman <address@hidden>
Date:   Wed Aug 24 14:41:48 2016 +0200

    Fix const argument warning in netif_ip6_addr_set
    
    ../../../../../lwip/src/netif/ppp/ppp.c:1276:37: error: passing
          'const ip6_addr_t *' (aka 'const struct ip6_addr *') to parameter of 
type
          'ip6_addr_t *' (aka 'struct ip6_addr *') discards qualifiers
          [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
      netif_ip6_addr_set(pcb->netif, 0, IP6_ADDR_ANY6);
                                        ^~~~~~~~~~~~~
    ../../../../../lwip/src/include/lwip/ip_addr.h:340:24: note: expanded from 
macro
          'IP6_ADDR_ANY6'
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
    ../../../../../lwip/src/include/lwip/netif.h:436:73: note: passing argument 
to
          parameter 'addr6' here
    void netif_ip6_addr_set(struct netif *netif, s8_t addr_idx, ip6_addr_t 
*addr6);

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

Summary of changes:
 src/core/netif.c         |    2 +-
 src/include/lwip/netif.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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



reply via email to

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