lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] DEBUGF & ASSERT


From: Kieran Mansley
Subject: Re: [lwip-users] DEBUGF & ASSERT
Date: Tue, 10 Jun 2003 10:25:00 +0100 (BST)

On Tue, 10 Jun 2003, Zschocke, Florian wrote:
> Could we please have seperate macros to turn DEBUGF and ASSERT on and off?
> I, and maybe others, would like to use debug info while not adding the extra
> overhead of the checks in ASSERT.

How about adding an

#ifndef LWIP_NOASSERT

#endif

around the definition of ASSERT?  This way the current behaviour is
unchanged, unless you define LWIP_NOASSERT.  If you do (and define
LWIP_DEBUG) then you get debug info without the assert's being checked.

Kieran





reply via email to

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