This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: flag for removing warning message "warning: 'class Toto' hasvirtual functions but non-virtual destructor"
On Fri, 30 Sep 2005, corey taylor wrote:
> Oh, then to disable it specifically -Wno-non-virtual-dtor .
that's what i wanted :)
>
> corey
>
> On 9/30/05, corey taylor <corey.taylor@gmail.com> wrote:
> > Vincent,
> >
> > You understand what that warning means, don't you? You really need
> > to declare a virtual destructor in that case.
> >
i understand it ;)
thank you
Vincent Torri