diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-05-27 21:04:28 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-05-27 21:04:28 +0000 |
commit | 84b7783609980a52d9b4471bc3c558ea862dcb62 (patch) | |
tree | ddc105f7ab823ba9b7f49c48da4aa669a5fe6490 /gcc/c-decl.c | |
parent | 7b78a14a37cd517efee40901397dc272ecb55211 (diff) | |
download | gcc-84b7783609980a52d9b4471bc3c558ea862dcb62.zip gcc-84b7783609980a52d9b4471bc3c558ea862dcb62.tar.gz gcc-84b7783609980a52d9b4471bc3c558ea862dcb62.tar.bz2 |
c-decl.c (init_decl_processing): Don't call start_identifier_warnings.
* 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.
From-SVN: r42665
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 75c8f8a..7c02d05 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 (); |