diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-12 16:17:15 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-12 16:17:15 +0000 |
commit | 5dd13b1da5ba22d7a9319632e2b387c07d678e90 (patch) | |
tree | e9b1aa5c659d740c594b5537942b41acc314ba1f /gcc/tree.c | |
parent | 7cd86c4d94d43ca9f4d6e1ea551c91d3fa3b08c9 (diff) | |
download | gcc-5dd13b1da5ba22d7a9319632e2b387c07d678e90.tar.gz |
Warning fixes:
* c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
* c-parse.in (stmt): Delete unused variables.
* convert.c (convert_to_vector): Likewise.
* gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
* tree.c (finish_vector_type): Prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index e1551c56338..e2ffc4b41d4 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -279,6 +279,7 @@ static int type_hash_eq PARAMS ((const void*, const void*)); static unsigned int type_hash_hash PARAMS ((const void*)); static void print_type_hash_statistics PARAMS((void)); static int mark_hash_entry PARAMS((void **, void *)); +static void finish_vector_type PARAMS((tree)); /* If non-null, these are language-specific helper functions for unsave_expr_now. If present, LANG_UNSAVE is called before its |