diff options
Diffstat (limited to 'gcc/cp/lang-options.h')
-rw-r--r-- | gcc/cp/lang-options.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h index c5aecb84649..32f5ff90509 100644 --- a/gcc/cp/lang-options.h +++ b/gcc/cp/lang-options.h @@ -101,8 +101,6 @@ DEFINE_LANG_NAME ("C++") { "-fno-weak", "" }, { "-fxref", "Emit cross referencing information" }, { "-fno-xref", "" }, - { "-fdiag-codes", "Show code numbers when printing diagnostics" }, - { "-fno-diag-codes", "" }, { "-Wreturn-type", "Warn about inconsistent return types" }, { "-Wno-return-type", "" }, @@ -128,6 +126,4 @@ DEFINE_LANG_NAME ("C++") { "-Wno-old-style-cast", "" }, { "-Wnon-template-friend", "" }, { "-Wno-non-template-friend", "Don't warn when non-templatized friend functions are declared within a template" }, - { "-Wnumber-" }, - { "-Wno-number-" }, |