about summary refs log tree commit diff
path: root/setjmp/tst-setjmp-fp.c
diff options
context:
space:
mode:
Diffstat (limited to 'setjmp/tst-setjmp-fp.c')
-rw-r--r--setjmp/tst-setjmp-fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setjmp/tst-setjmp-fp.c b/setjmp/tst-setjmp-fp.c
index d84c47ed5c..8cdb5356a1 100644
--- a/setjmp/tst-setjmp-fp.c
+++ b/setjmp/tst-setjmp-fp.c
@@ -22,7 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-static jmp_buf env;
+static jmp_buf __attribute__ ((unused)) env;
 static int result = 0;
 
 #if defined FE_TONEAREST && defined FE_TOWARDZERO