Re: Small fixes to please picky C++ compiler

2000-10-02 Thread Jean-Marc Lasgouttes
> "Karl" == Karl Nelson <[EMAIL PROTECTED]> writes: Karl> I think your compiler is incorrect on issuing thos warnings. Karl> Virtual is only required in the case where the derived class Karl> adds additional work such that distroying the base class won't Karl> handle destruction of the derivv

Re: Small fixes to please picky C++ compiler

2000-10-01 Thread Karl Nelson
> On Fri, 29 Sep 2000, Karl Nelson wrote: > > > > > > > Hello, > > > > > > While compiling LyX in fussy mode of compaq cxx (std strict_ansi -w0), > > > the following warnings got printed: > > > > > | cxx: Info: ../sigc++/basic_signal.h, line 139: destructor for base > > > | class "Si

Re: Small fixes to please picky C++ compiler

2000-10-01 Thread Allan Rae
On Fri, 29 Sep 2000, Karl Nelson wrote: > > > > Hello, > > > > While compiling LyX in fussy mode of compaq cxx (std strict_ansi -w0), > > the following warnings got printed: > > > | cxx: Info: ../sigc++/basic_signal.h, line 139: destructor for base > > | class "SigC::Signal_" is not

Re: Small fixes to please picky C++ compiler

2000-09-29 Thread Karl Nelson
> > Hello, > > While compiling LyX in fussy mode of compaq cxx (std strict_ansi -w0), > the following warnings got printed: > | cxx: Info: ../sigc++/basic_signal.h, line 139: destructor for base > | class "SigC::Signal_" is not virtual (D:basclsnondto) > | detected during in

Small fixes to please picky C++ compiler

2000-09-29 Thread Jean-Marc Lasgouttes
Hello, While compiling LyX in fussy mode of compaq cxx (std strict_ansi -w0), the following warnings got printed: | cxx: Info: ../sigc++/basic_signal.h, line 139: destructor for base | class "SigC::Signal_" is not virtual (D:basclsnondto) | detected during instantiation of c