aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-14 22:53:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-14 22:53:45 +0000
commit05b13f5974e02a52465591b4b336bc1573d23058 (patch)
treed6a4e5b72a1bc150848818a903b0e4167c4c9cc4 /gcc/varasm.c
parent0025b7fa0379d79972a252626c41238b4162db16 (diff)
downloadgcc-05b13f5974e02a52465591b4b336bc1573d23058.zip
gcc-05b13f5974e02a52465591b4b336bc1573d23058.tar.gz
gcc-05b13f5974e02a52465591b4b336bc1573d23058.tar.bz2
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
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index 2743abe..c0de7a8 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -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