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: Robert Deschambault
Subject: Re: [lwip-users] Compiler Warnings for LWIP_PLATFORM_DIAG
Date: Thu, 15 Jan 2015 15:04:49 -0500

Thanks very much that did the trick!

Bob

On Thu, Jan 15, 2015 at 12:25 AM, address@hidden <address@hidden> wrote:

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]