From 0ce8a59c2bdc5442a0fbd1bc8859c239f8aeb56b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sun, 9 Jan 2000 14:23:35 +0000 Subject: elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used as truth value. * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around assignment used as truth value. * function.c (assign_temp): Mark parameter `dont_promote' with ATTRIBUTE_UNUSED. Wrap variable `unsignedp' with macro PROMOTE_FOR_CALL_ONLY. * genrecog.c (write_subroutine): Mark variable `operands' with ATTRIBUTE_UNUSED. * optabs.c (prepare_cmp_insn): Mark parameter `align' with ATTRIBUTE_UNUSED. * sdbout.c (sdbout_init): Likewise for parameter `asm_file'. (sdbout_begin_block, sdbout_end_block): Likewise for `file'. * toplev.c (note_deferral_of_defined_inline_function): Likewise for `decl'. From-SVN: r31293 --- gcc/sdbout.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/sdbout.c') diff --git a/gcc/sdbout.c b/gcc/sdbout.c index e78675f..02a35c2 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -336,7 +336,7 @@ static struct sdb_file *current_file; void sdbout_init (asm_file, input_file_name, syms) - FILE *asm_file; + FILE *asm_file ATTRIBUTE_UNUSED; char *input_file_name; tree syms ATTRIBUTE_UNUSED; { @@ -1524,7 +1524,7 @@ sdbout_reg_parms (parms) void sdbout_begin_block (file, line, n) - FILE *file; + FILE *file ATTRIBUTE_UNUSED; int line; int n; { @@ -1564,7 +1564,7 @@ sdbout_begin_block (file, line, n) void sdbout_end_block (file, line, n) - FILE *file; + FILE *file ATTRIBUTE_UNUSED; int line; int n ATTRIBUTE_UNUSED; { -- cgit v1.1