Robert Deschambault wrote:
I am getting many compiler warnings that seem to be tied to: LWIP_PLATFORM_DIAG.

LWIP_PLATFORM_DIAG has to be defined in your cc.h, like this one from the win32 port (remember hat it is called with double (()) to be able to pass varargs without ther "newer" __VA_ARGS__):
#define LWIP_PLATFORM_DIAG(x)   do { printf x; } while(0)


Simon

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

Reply via email to