From bd56defd73c18c6c04b2dcbfbc43f5d88a723753 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 1 Mar 2010 16:47:52 +0000 Subject: [PATCH] 2010-03-01 Tristan Gingold * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED. --- gas/ChangeLog | 4 ++++ gas/config/tc-score7.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 61886b4..1d4bd0e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-03-01 Tristan Gingold + + * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED. + 2010-02-26 Doug Evans * configure.tgt: Fix mep cpu case. diff --git a/gas/config/tc-score7.c b/gas/config/tc-score7.c index 9edd699..b21ec52 100644 --- a/gas/config/tc-score7.c +++ b/gas/config/tc-score7.c @@ -6280,7 +6280,7 @@ s7_atof (int type, char *litP, int *sizeP) Called after md_convert_frag(). */ static void -s7_frag_check (fragS * fragp) +s7_frag_check (fragS * fragp ATTRIBUTE_UNUSED) { know (fragp->insn_addr <= s7_RELAX_PAD_BYTE); } -- 2.7.4