Commit 2067f1f5 by Benjamin Kosnik Committed by Benjamin Kosnik

decl2.c (lang_decode_option): Remove warn_template_debugging.

�
1998-06-30 benjamin kosnik  <bkoz@bliss.nabi.net>
        * decl2.c (lang_decode_option): Remove warn_template_debugging.
        * lang-options.h: Ditto.
        * dbxout.c (dbxout_type_methods): Remove warn_template_debugging.

From-SVN: r20843
parent 3f956d0d
1998-06-30 Benjamin Kosnik <bkoz@bliss.nabi.net>
* dbxout.c (dbxout_type_methods): Remove warn_template_debugging.
Tue Jun 30 14:03:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* aclocal.m4 (GCC_NEED_DECLARATION): Accept an optional second
......
1998-06-30 Benjamin Kosnik <bkoz@bliss.nabi.net>
* decl2.c (lang_decode_option): Remove warn_template_debugging.
* lang-options.h: Ditto.
Mon Jun 29 20:17:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* except.c (build_eh_type_type_ref): Remove unused variable `susp'.
......
......@@ -206,11 +206,6 @@ int warn_write_strings;
int warn_cast_qual;
/* Nonzero means warn that dbx info for template class methods isn't fully
supported yet. */
int warn_template_debugging;
/* Nonzero means warn about sizeof(function) or addition/subtraction
of function pointers. */
......@@ -753,7 +748,6 @@ lang_decode_option (argc, argv)
warning about not using it without also specifying -O. */
if (warn_uninitialized != 1)
warn_uninitialized = (setting ? 2 : 0);
warn_template_debugging = setting;
warn_reorder = setting;
warn_sign_promo = setting;
/* Only warn about unknown pragmas that are not in system
......
......@@ -99,8 +99,6 @@ Boston, MA 02111-1307, USA. */
"-Wno-return-type",
"-Woverloaded-virtual",
"-Wno-overloaded-virtual",
"-Wtemplate-debugging",
"-Wno-template-debugging",
"-Wctor-dtor-privacy",
"-Wno-ctor-dtor-privacy",
"-Wnon-virtual-dtor",
......
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