lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] lwIP 2.1.3-rc1


From: Erik Ekman
Subject: Re: [lwip-devel] lwIP 2.1.3-rc1
Date: Mon, 16 Aug 2021 08:41:08 +0200

Cherry-picked f37925dad2 to fix this error:

../../../../lwip/src/api/api_lib.c: In function ‘netconn_thread_init’:
../../../../lwip/src/api/api_lib.c:1349:21: error: logical ‘or’ of
equal expressions [-Werror=logical-op]
 1349 |   if ((sem == NULL) || !sys_sem_valid(sem)) {
      |                     ^~

Now the tests compile and pass for me on ubuntu (with check 0.10.0)

On Sun, 15 Aug 2021 at 14:59, goldsimon@gmx.de <goldsimon@gmx.de> wrote:
>
> The 1st release candidate version for lwIP 2.1.3 is now available via
> git (using the STABLE-2_1_3_RC1 tag) or via this
> gitweb link:
> https://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-2_1_3_RC1.tar.gz
>
> The contrib repository remains unchanged, contrib-2.1.0 is still valid.
>
> Please test and report bugs if you find any!
> Many thanks to all contributors!!
>
>
> Simon
>
> _______________________________________________
> lwip-devel mailing list
> lwip-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-devel



reply via email to

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