From c7b275d6b3bceb6b400fa3044d13d1001bc605ca Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 19 Feb 2013 13:06:39 +0100 Subject: bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)). --- sysdeps/ieee754/bits/nan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ieee754') diff --git a/sysdeps/ieee754/bits/nan.h b/sysdeps/ieee754/bits/nan.h index d3ab38ba72..a1e6a5189d 100644 --- a/sysdeps/ieee754/bits/nan.h +++ b/sysdeps/ieee754/bits/nan.h @@ -46,7 +46,7 @@ # endif static union { unsigned char __c[4]; float __d; } __nan_union - __attribute_used__ = { __nan_bytes }; + __attribute__ ((unused)) = { __nan_bytes }; # define NAN (__nan_union.__d) #endif /* GCC. */ -- cgit 1.4.1