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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. f7a5b71dba24e99c230c9d0ded8e4f5e961b741b
Date: Fri, 20 Mar 2015 19:12:34 +0000

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  f7a5b71dba24e99c230c9d0ded8e4f5e961b741b (commit)
      from  a4d14fc98702caf029559284baf45888c944753e (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 f7a5b71dba24e99c230c9d0ded8e4f5e961b741b
Author: Sylvain Rochet <address@hidden>
Date:   Fri Mar 20 20:11:59 2015 +0100

    nd6: fixed compiler warnings
    
    nd6.c: In function ‘nd6_send_rs’:
    nd6.c:997:52: warning: suggest parentheses around ‘+’ inside ‘<<’ 
[-Wparentheses]
       p = pbuf_alloc(PBUF_IP, sizeof(struct rs_header) + lladdr_opt_len << 3, 
PBUF_RAM);
                                                        ^
    nd6.c:998:58: warning: suggest parentheses around ‘+’ inside ‘<<’ 
[-Wparentheses]
       if ((p == NULL) || (p->len < (sizeof(struct rs_header) + lladdr_opt_len 
<< 3))) {

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

Summary of changes:
 src/core/ipv6/nd6.c |    4 ++--
 1 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]