Re: Some more warnings

2000-11-03 Thread Lior Silberman
On 3 Nov 2000, Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | support/lstrings.h:74: warning: passing `LyXAlignment' chooses `int' over `long >unsigned int' > | support/lstrings.h:74: warning: in call to `ostream::operator <<(int)' > | support/lstrings.h:74: warni

Re: Some more warnings

2000-11-03 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | support/lstrings.h:74: warning: passing `LyXAlignment' chooses `int' over `long |unsigned int' | support/lstrings.h:74: warning: in call to `ostream::operator <<(int)' | support/lstrings.h:74: warning: passing `LyXAlignment' chooses `int' over `long in

Re: Some more warnings

2000-11-03 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: Yves> This one prevents compiling with gcc 2.95.2. André sent the Yves> patch I'll apply that soon. JMarc

Re: Some more warnings

2000-11-03 Thread Angus Leeming
On Fri, 03 Nov 2000, R. Lahaye wrote: > I keep sending these warnings till somebody shoots me BANG! > FormPreferences::updateColoursRGB()': FormPreferences.C:489: warning: > assignment to `int' from `double' > FormPreferences.C:490: warning: assignment to `int' from `double' > FormPreference

Re: Some more warnings

2000-11-03 Thread Yves Bastide
On Fri, Nov 03, 2000 at 10:16:13PM +0900, R. Lahaye wrote: > > Hi, > > I keep sending these warnings till somebody shoots me > > R. > > insettext.C: In method `void InsetText::InsetButtonPress(class BufferView *, int , >int, int)': > insettext.C:600: warning: initialization of non-const r

Some more warnings

2000-11-03 Thread R. Lahaye
Hi, I keep sending these warnings till somebody shoots me R. insettext.C: In method `void InsetText::InsetButtonPress(class BufferView *, int , int, int)': insettext.C:600: warning: initialization of non-const reference `int &' from rvalue `int' ../../src/BufferView.h:75: warning: in pas