summaryrefslogtreecommitdiffstats
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-27 21:04:28 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-27 21:04:28 +0000
commitddc58b31c39e2f4b01023c43d460e839defbc6e4 (patch)
treeddc105f7ab823ba9b7f49c48da4aa669a5fe6490 /gcc/c-decl.c
parent3072d11f9c2b114f18a267fe55bee0d7fabd6f10 (diff)
downloadppe42-gcc-ddc58b31c39e2f4b01023c43d460e839defbc6e4.tar.gz
ppe42-gcc-ddc58b31c39e2f4b01023c43d460e839defbc6e4.zip
* c-decl.c (init_decl_processing):
Don't call start_identifier_warnings. * flags.h (warn_id_clash, id_clash_len): Remove. * stringpool.c: Don't include flags.h. (scan_for_clashes, do_identifier_warnings, start_identifier_warnings): Remove. * toplev.c (warn_id_clash, id_clash_len): Remove. (display_help): Don't document -Wid-clash. (decode_W_option): Print warning on -Wid-clash. * tree.h (start_identifier_warnings): Remove. * invoke.texi: Remove documentation of -Wid-clash. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 75c8f8a3012..7c02d0591d2 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -3061,8 +3061,6 @@ init_decl_processing ()
make_fname_decl = c_make_fname_decl;
start_fname_decls ();
- start_identifier_warnings ();
-
/* Prepare to check format strings against argument lists. */
init_function_format_info ();
OpenPOWER on IntegriCloud