From: Jason Merrill Date: Thu, 30 Jun 1994 09:41:26 +0000 (+0000) Subject: (lang_options): Add -W{no-,}non-virtual-dtor. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e1a11fc9e283481d8cb59516666f47304be69ea;p=gcc.git (lang_options): Add -W{no-,}non-virtual-dtor. From-SVN: r7616 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index f3aeb09f6ec..f648e6e480e 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",