aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/go-backend.c')
-rw-r--r--gcc/go/go-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c
index 15986dc..9ffe38a 100644
--- a/gcc/go/go-backend.c
+++ b/gcc/go/go-backend.c
@@ -53,7 +53,7 @@ go_field_alignment (tree t)
#ifdef ADJUST_FIELD_ALIGN
{
- tree field;
+ tree field ATTRIBUTE_UNUSED;
field = build_decl (UNKNOWN_LOCATION, FIELD_DECL, NULL, t);
v = ADJUST_FIELD_ALIGN (field, v);
}