varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.

* varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
        (asm_emit_uninitialised): Likewise.

From-SVN: r31425
This commit is contained in:
Kaveh R. Ghazi 2000-01-14 22:53:45 +00:00 committed by Kaveh Ghazi
parent 0025b7fa03
commit 05b13f5974
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
(asm_emit_uninitialised): Likewise.
2000-01-13 Gavin Romig-Koch <gavin@cygnus.com>
* config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.

View File

@ -375,9 +375,9 @@ bss_section ()
static void
asm_output_bss (file, decl, name, size, rounded)
FILE *file;
tree decl;
tree decl ATTRIBUTE_UNUSED;
char *name;
int size, rounded;
int size ATTRIBUTE_UNUSED, rounded;
{
ASM_GLOBALIZE_LABEL (file, name);
bss_section ();
@ -1232,7 +1232,7 @@ static void
asm_emit_uninitialised (decl, name, size, rounded)
tree decl;
char * name;
int size;
int size ATTRIBUTE_UNUSED;
int rounded ATTRIBUTE_UNUSED;
{
enum