lwip/contrib
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
..
addons Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
apps Fix-more-typos-using-codespell 2020-02-15 21:45:53 +01:00
Coverity Import lwIP contrib rep 2018-10-02 12:19:13 +02:00
examples PPP: Change data argument in sio_write to const 2020-12-03 09:47:00 +01:00
ports ports/unix/check: Ignore error from fail_* macros 2021-01-13 21:48:03 +01:00
Filelists.cmake add https example 2019-08-06 22:17:55 +02:00
Filelists.mk add https example 2019-08-06 22:17:55 +02:00