From 91813b2835a919d45b2244e0f31f8dc3165ad379 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 19 Mar 1999 08:50:14 +0000 Subject: Warning fixes: * calls.c (initialize_argument_information): Mark parameters `num_actuals' and `n_named_args' with ATTRIBUTE_UNUSED. * dbxout.c (dbxout_start_new_source_file): Likewise for parameter `filename'. (dbxout_finish): Likewise for parameters `file' and `filename'. (dbxout_prepare_symbol): Likewise for parameter `decl'. (dbxout_begin_function): Likewise. * explow.c (hard_function_value): Likewise for parameter `func'. * function.c (locate_and_pad_parm): Likewise for parameter `fndecl'. * expmed.c (expand_divmod): Omit unused argument to `expand_abs'. * expr.c (expand_expr): Likewise. * expr.h (expand_abs): Delete unused argument from prototype. * optabs.c (expand_abs): Remove unused parameter `unsignedp'. * sdbout.c (sdbout_init): Mark parameter `syms' with ATTRIBUTE_UNUSED. (sdbout_end_block): Likewise for parameter `n'. * toplev.c (debug_define): Likewise for parameters `lineno' and `buffer'. (debug_undef): Likewise. * varasm.c (named_section): Likewise for parameter 'reloc'. (assemble_external): Likewise for parameter `decl'. (assemble_alias): Likewise for parameter `target'. From-SVN: r25858 --- gcc/explow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/explow.c') diff --git a/gcc/explow.c b/gcc/explow.c index 04c8b80..1c92802 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1468,7 +1468,7 @@ probe_stack_range (first, size) rtx hard_function_value (valtype, func) tree valtype; - tree func; + tree func ATTRIBUTE_UNUSED; { rtx val = FUNCTION_VALUE (valtype, func); if (GET_CODE (val) == REG -- cgit v1.1