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, goldsi...@gmx.de <goldsi...@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-de...@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-devel

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to