blofeld80

Results 3 issues of blofeld80

There are a couple of warnings coming from xemacpsif.c 1. Cast from ip_addr_t * to ip4/6_addr_t* missing 2. Callback functions do not match the signatures defined by lwip ``` ../../embeddedsw/ThirdParty/sw_services/lwip211/src/contrib/ports/xilinx/netif/xemacpsif.c:...

Hi, there is another warning when compiling xadapter.c ``` embeddedsw/ThirdParty/sw_services/lwip211/src/contrib/ports/xilinx/netif/xadapter.c:174:57: warning: passing argument 2 of 'netif_add' from incompatible pointer type [-Wincompatible-pointer-types] | return netif_add(netif, ipaddr, netmask, gw, | ^~~~~~ |...

Hi, the format specifier %08x causes some troube when building for 64bit machines. `xilinx/netif/xadapter.c:187:44: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'UINTPTR' {aka...