summaryrefslogtreecommitdiff
path: root/gcc/convert.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-12 16:17:15 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-12 16:17:15 +0000
commit5dd13b1da5ba22d7a9319632e2b387c07d678e90 (patch)
treee9b1aa5c659d740c594b5537942b41acc314ba1f /gcc/convert.c
parent7cd86c4d94d43ca9f4d6e1ea551c91d3fa3b08c9 (diff)
downloadgcc-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/convert.c')
-rw-r--r--gcc/convert.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/convert.c b/gcc/convert.c
index 6eea7d684c6..dd1b91a4e0b 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -460,8 +460,6 @@ tree
convert_to_vector (type, expr)
tree type, expr;
{
- tree subtype = TREE_TYPE (type);
-
switch (TREE_CODE (TREE_TYPE (expr)))
{
case INTEGER_TYPE: