Re: Compiler warning at src/frontends/qt4/QPrefsDialog.C:944

2007-01-05 Thread Bo Peng
According to http://www.lyx.org/trac/changeset/13864 the parameter 'nr' is no more needed. So I can remove this nr parameter altogether, right? Bo

Re: Compiler warning at src/frontends/qt4/QPrefsDialog.C:944

2007-01-05 Thread Enrico Forestieri
On Fri, Jan 05, 2007 at 10:35:47AM +0100, Georg Baum wrote: > Am Freitag, 5. Januar 2007 05:30 schrieb Bo Peng: > > * Resolve compiler warnings > > especially this one: src/frontends/qt4/QPrefsDialog.C:944: warning: > > unused parameter 'nr' > > > > Is there any reason why this Status.15x entry

Re: Compiler warning at src/frontends/qt4/QPrefsDialog.C:944

2007-01-05 Thread Georg Baum
Am Freitag, 5. Januar 2007 05:30 schrieb Bo Peng: > * Resolve compiler warnings > especially this one: src/frontends/qt4/QPrefsDialog.C:944: warning: > unused parameter 'nr' > > Is there any reason why this Status.15x entry was not fixed as > follows, or simply remove this int argument? I asked