[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091207105730.1fc14c4d@nehalam>
Date: Mon, 7 Dec 2009 10:57:30 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH] net: dst_release() cleanup
On Mon, 07 Dec 2009 19:12:03 +0100
Eric Dumazet <eric.dumazet@...il.com> wrote:
> Stephen Hemminger a écrit :
>
> > I don't like to put actual necessary code in WARN or BUG macro
> > args because some embedded type developer is likely to build
> > with
> >
> > #define WARN_ON(x)
> >
> > to get rid of all warnings.
>
> Oops, I thought WARN_ON(X) must evaluate X once, my bad, since its not documented.
>
If done correctly, it would. The correct way to ignore warnings would be to do
something like:
#define WARN_ON(x) (x)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists