lwip/test
Jacob Kroon 2f098c42a7 Fix compile of UDP unit test
Fix building unit tests via contrib/ports/unix/check on Debian 9, gcc 6.3.0.

Fixes:
  <snip>/ip_addr.h:105:58: error: the comparison will always evaluate as ‘true’ for the address of ‘ip1’ will never be NULL [-Werror=address]
   #define IP_SET_TYPE(ipaddr, iptype)     do { if((ipaddr) != NULL) { IP_SET_TYPE_VAL(*(ipaddr),iptype); }}while(0)

Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
2019-01-03 07:09:51 +01:00
..
fuzz fuzz: fix compile error, ignore 0 length pbufs 2018-02-18 08:56:23 +01:00
sockets sockets_stresstest: fix typo (&1, not %1) 2018-04-20 07:52:35 +02:00
unit Fix compile of UDP unit test 2019-01-03 07:09:51 +01:00