From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 24 Sep 2011 02:40:25 +0200 Subject: [U-Boot] [PATCH 1/2] GCC4.6: Convert various empty macros to inline functions In-Reply-To: <201109231904.52171.vapier@gentoo.org> References: <1316804993-29406-1-git-send-email-marek.vasut@gmail.com> <1316814755.12313.2.camel@konomi> <201109231904.52171.vapier@gentoo.org> Message-ID: <201109240240.25855.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, September 24, 2011 01:04:51 AM Mike Frysinger wrote: > On Friday, September 23, 2011 17:52:35 Marek Vasut wrote: > > > On Friday, September 23, 2011 15:09:52 Marek Vasut wrote: > > > > --- a/include/common.h > > > > +++ b/include/common.h > > > > > > > > -#define debugX(level,fmt,args...) > > > > +static inline void debugX(const char *fmt, ...) {} > > > > > > NAK: you broke debugX() > > > > oh, right, good catch. But is this macro even used anyway? > > grep says yes, a little > -mike Maybe we should just squash it and get rid of it altogether ?