diff options
Diffstat (limited to 'setjmp')
-rw-r--r-- | setjmp/tst-setjmp-fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setjmp/tst-setjmp-fp.c b/setjmp/tst-setjmp-fp.c index d84c47e..8cdb535 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 |