> -----Original Message----- > From: Alex Peshkoff [mailto:[email protected]] > Sent: Viernes, 21 de Febrero de 2014 11:56 > > On 02/21/14 19:47, [email protected] wrote: > > > > > -#define FB_UNUSED(value) do { if (value); } while (false) > > +#define FB_UNUSED(value) do { if (value) {} } while (false) > > Looks like a competition between compiler developers who try to force > users (i.e. us in this case) to check some returned values and users > trying to avoid warnings when that check is missing ;)
I had told Vlad that I was getting warnings due to the original definition, too. C. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
