Re: [Cvslog] r25374 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2008-06-25 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: >> +#else >> +(void)size; // suppress warning > > Q_UNUSED(size) should be legal in frontends/qt4 I did not know about it. OTOH, the (void) form is used in other parts of the code, so people are supposed to understand it. JMarc

Re: [Cvslog] r25374 - /lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp

2008-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2008 at 09:52:45AM -, [EMAIL PROTECTED] wrote: > Author: lasgouttes > Date: Tue Jun 24 11:52:43 2008 > New Revision: 25374 > > URL: http://www.lyx.org/trac/changeset/25374 > Log: > suppress warning > > Modified: > lyx-devel/trunk/src/frontends/qt4/GuiToolbar.cpp > > Modif