From 1ff950ad20111b591ad1312df4d802de9d1f1b1e Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Tue, 30 Dec 2014 14:11:13 -0500 Subject: Fix some warnings in the absence of FP round/exception support Due to tile missing a bunch of FP exception and rounding support, the tests generate warnings. These changes fix the warnings by just not compiling some unused functions, and adding some attribute ((unused)) tags. --- setjmp/tst-setjmp-fp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setjmp') 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 #include -static jmp_buf env; +static jmp_buf __attribute__ ((unused)) env; static int result = 0; #if defined FE_TONEAREST && defined FE_TOWARDZERO -- cgit v1.2.3-70-g09d2