mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 05:48:57 +08:00
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
This commit is contained in:
parent
3f956d0d2f
commit
2067f1f59d
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -1,3 +1,8 @@
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user