On 16-May-2000 schmitt wrote:
> Hello again,
> 
> Sun CC 5.0 also printed a long list of warnings. I assume that most of
> them are harmless. However, if you like to you can have a look at them
> (see attachment of this email).
> 

Thanks for your message, I fixed some of them (but as you said they are
harmless and should behave like that).

"insetloa.h", line 51: Warning: InsetLOA::display hides the virtual function
Inset::display(bool).

is wrong as we have 2 virtual functions in lyxinset.h:

virtual bool display() const { return false; }

and

virual void display(bool) {}

while in most insets we implemented the 1st one we don't need the second
one and so let it be with the virtual null installation. So the warning
is wrong!

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Italienallee 13/N                     Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-450296
ITALY                                 Web:    http://www.sad.it/~jug

I never made a mistake in my life.  I thought I did once, but I was wrong.
                -- Lucy Van Pelt

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Reply via email to