From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27915 invoked by alias); 30 Sep 2005 20:58:16 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 27882 invoked by uid 22791); 30 Sep 2005 20:58:13 -0000 Received: from iecn.u-nancy.fr (HELO antares.iecn.u-nancy.fr) (193.50.42.6) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 30 Sep 2005 20:58:12 +0000 Received: by antares.iecn.u-nancy.fr (Postfix, from userid 15) id 8568B1CF249; Fri, 30 Sep 2005 22:58:10 +0200 (CEST) Received: from epimethee.iecn.u-nancy.fr (cartan.iecn.u-nancy.fr [193.50.42.9]) by antares.iecn.u-nancy.fr (Postfix) with ESMTP id 5FB781CF242; Fri, 30 Sep 2005 22:58:09 +0200 (CEST) Received: by epimethee.iecn.u-nancy.fr (Postfix, from userid 31781) id EB3F06B905; Fri, 30 Sep 2005 22:48:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by epimethee.iecn.u-nancy.fr (Postfix) with ESMTP id E73156B903; Fri, 30 Sep 2005 22:48:03 +0200 (CEST) Date: Fri, 30 Sep 2005 20:58:00 -0000 From: Vincent Torri To: corey taylor Cc: gcc-help@gcc.gnu.org Subject: Re: flag for removing warning message "warning: 'class Toto' has virtual functions but non-virtual destructor" In-Reply-To: <2e393d080509301325n5d45b18fm582edea4d365ffe3@mail.gmail.com> Message-ID: References: <2e393d080509301321u29449cd8v6cd32cb2492522e4@mail.gmail.com> <2e393d080509301325n5d45b18fm582edea4d365ffe3@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-09/txt/msg00236.txt.bz2 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 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