glibc/ports/sysdeps
Mike Frysinger 4fdd5ec125 ia64: fix set-but-unused warnings with syscalls
These macros often set up a variable that later macros sometimes do
not use.  Add unused attribute to avoid that.

Similarly, the ia64 code tends to check the err field rather than
the val (which is opposite of most arches) leading to the same
kind of warning.  Replace this with a dummy reference.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-03-12 06:01:38 -04:00
..
aarch64 aarch64: Update libm-test-ulps. 2013-02-14 14:06:12 +00:00
alpha Remove bp-sym.h and BP_SYM uses from C code. 2013-02-14 13:12:02 +00:00
am33 Remove bounded-pointers relics from am33 code. 2013-02-28 21:28:57 +00:00
arm Add comments about ARM configure -fno-unwind-tables handling. 2013-03-11 23:55:55 +00:00
hppa Use __extension__ with long long in installed headers. 2013-01-10 20:19:45 +00:00
ia64 ia64: fix strict aliasing warnings with libm error 2013-03-12 06:00:28 -04:00
m68k Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. 2013-02-04 16:29:39 +00:00
mips Add support for building as MIPS16 code. 2013-02-27 23:45:07 +00:00
powerpc Remove powerpc32 bounded-pointers code. 2013-02-28 21:23:47 +00:00
tile Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
unix ia64: fix set-but-unused warnings with syscalls 2013-03-12 06:01:38 -04:00