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. 9d0546839cfcf4ca21adb2c25610da270d423718
Date: Sat, 2 Jul 2016 19:57:05 +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  9d0546839cfcf4ca21adb2c25610da270d423718 (commit)
      from  28aaf2caf435a3a54f2d798f71c079e9cad47351 (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 9d0546839cfcf4ca21adb2c25610da270d423718
Author: Sylvain Rochet <address@hidden>
Date:   Sat Jul 2 21:53:24 2016 +0200

    init: fix NO_SYS targets build
    
    lwip/src/core/init.c:256:32: error: "LWIP_COMPAT_MUTEX" is not defined 
[-Werror=undef]
     #if LWIP_TCPIP_CORE_LOCKING && LWIP_COMPAT_MUTEX && 
!defined(LWIP_COMPAT_MUTEX_ALLOWED)
                                    ^
    Setting LWIP_TCPIP_CORE_LOCKING is meaningless for NO_SYS targets,
    therefore checking if LWIP_COMPAT_MUTEX is set does not make sense.
    
    Introduced by 42dfa71f97: Make LWIP_TCPIP_CORE_LOCKING==1 the default
    (and warn if LWIP_COMPAT_MUTEX==1 in that case as mutexes are required
    to prevent priority inversion on tcpip_thread operations)

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

Summary of changes:
 src/core/init.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



reply via email to

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