Commit 8e1a11fc by Jason Merrill

(lang_options): Add -W{no-,}non-virtual-dtor.

From-SVN: r7616
parent 63718c49
...@@ -697,6 +697,8 @@ char *lang_options[] = ...@@ -697,6 +697,8 @@ char *lang_options[] =
"-Wno-template-debugging", "-Wno-template-debugging",
"-Wctor-dtor-privacy", "-Wctor-dtor-privacy",
"-Wno-ctor-dtor-privacy", "-Wno-ctor-dtor-privacy",
"-Wnon-virtual-dtor",
"-Wno-non-virtual-dtor",
"-Wextern-inline", "-Wextern-inline",
"-Wno-extern-inline", "-Wno-extern-inline",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment