summaryrefslogtreecommitdiff
path: root/math/atest-exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/atest-exp.c')
-rw-r--r--math/atest-exp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/atest-exp.c b/math/atest-exp.c
index ebacff594d..bc06bbdaad 100644
--- a/math/atest-exp.c
+++ b/math/atest-exp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997.
@@ -61,7 +61,7 @@ exp_mpn (mp1 ex, mp1 x)
unsigned n;
mp1 xp;
mp2 tmp;
- mp_limb_t chk;
+ mp_limb_t chk __attribute__ ((unused));
mp1 tol;
memset (xp, 0, sizeof (mp1));