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-883-g3bdb348
Date: Thu, 17 Aug 2017 09:58:03 -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  3bdb34886ccd059423ba5d3574464acc4f635d71 (commit)
      from  339ec17cf0aaf57525cecc2468089e2ffe12b1ac (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 3bdb34886ccd059423ba5d3574464acc4f635d71
Author: Joel Cunningham <address@hidden>
Date:   Thu Aug 17 08:54:50 2017 -0500

    sockets IPv6: cast interface index to u8_t
    
    Interface indexes are u8_t internally so cast from sockets int 
representation to u8_t
    
    This was found with MSVC 2013:
    
     1>lwip\src\api\sockets.c(3190): warning C4242: 'function' : conversion 
from 'const unsigned int' to 'u8_t', possible loss of data
     1>lwip\src\api\sockets.c(3698): warning C4242: 'function' : conversion 
from 'unsigned int' to 'u8_t', possible loss of data

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

Summary of changes:
 src/api/sockets.c | 4 ++--
 1 file 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]