lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Compiler Warnings for LWIP_PLATFORM_DIAG


From: address@hidden
Subject: Re: [lwip-users] Compiler Warnings for LWIP_PLATFORM_DIAG
Date: Thu, 15 Jan 2015 06:25:26 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]