lwip/contrib/ports
Erik Ekman ecab77654a ports/unix/check: Ignore error from fail_* macros
Usage of fail_if/fail_unless macros with a message results in a
warning with the latest version of check (0.15.2+) and GCC.

Ignore this specific error (since warnings are treated as errors) for now.

Example failure:

In file included from ../../../../src/../test/unit/lwip_check.h:7,
                 from ../../../../src/../test/unit/lwip_unittests.c:1:
../../../../src/../test/unit/lwip_unittests.c: In function ‘lwip_check_ensure_no_alloc’:
../../../../src/../test/unit/lwip_unittests.c:55:7: error: too many arguments for format [-Werror=format-extra-args]
   55 |       "mem heap still has %d bytes allocated", lwip_stats.mem.used);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-01-13 21:48:03 +01:00
..
freertos Fix bug #55017: Wrong return value in sys_arch_mbox_tryfetch() in FreeRTOS port 2018-11-13 20:34:18 +01:00
unix ports/unix/check: Ignore error from fail_* macros 2021-01-13 21:48:03 +01:00
win32 PPP: Change data argument in sio_write to const 2020-12-03 09:47:00 +01:00
CMakeCommon.cmake Fix bug #56003: -Wc++-compat causes build failure when using mbedtls 2019-03-26 20:11:37 +01:00
Common.allports.mk Adapt several comments to contrib rep move 2018-10-02 12:42:14 +02:00