(lang_options): Add -W{no-,}non-virtual-dtor.
From-SVN: r7616
This commit is contained in:
parent
63718c49fd
commit
8e1a11fc9e
@ -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",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user