lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-288-g194dee9
Date: Wed, 21 Mar 2018 17:05:26 -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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  194dee99568eebda3b2deeb8cce19ca01095816e (commit)
      from  ef7227301e111be19ac84aa6970263f3d1c268a6 (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 194dee99568eebda3b2deeb8cce19ca01095816e
Author: Joel Cunningham <address@hidden>
Date:   Wed Mar 21 16:01:53 2018 -0500

    win32: fix unit tests (bug #53396)
    
    Unit tests would not build on win32 since cc.h is taken from win32 port, but
    sys_arch.c is specific to the unit tests. This results in the unit tests not
    having a definition of lwip_win32_platform_diag
    
    We resolve this by guarding the define with LWIP_TESTMODE, which is not
    defined for lwIP_Test, but somehow defined for lwIP_Unittests (opt.h must
    be included first someplace in the include tree)

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

Summary of changes:
 ports/win32/include/arch/cc.h | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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