From: Jason Merrill Date: Thu, 30 Jun 1994 09:41:26 +0000 (+0000) Subject: (lang_options): Add -W{no-,}non-virtual-dtor. X-Git-Tag: misc/cutover-egcs-0~6327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e1a11fc9e283481d8cb59516666f47304be69ea;p=thirdparty%2Fgcc.git (lang_options): Add -W{no-,}non-virtual-dtor. From-SVN: r7616 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index f3aeb09f6ecd..f648e6e480e6 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -697,6 +697,8 @@ char *lang_options[] = "-Wno-template-debugging", "-Wctor-dtor-privacy", "-Wno-ctor-dtor-privacy", + "-Wnon-virtual-dtor", + "-Wno-non-virtual-dtor", "-Wextern-inline", "-Wno-extern-inline",