glibc/ports/sysdeps/unix
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
..
alpha alpha: Include errno.h in sysdep.h 2013-02-20 16:49:25 -08:00
am33 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
arm arm: Introduce and use GET_TLS 2013-03-06 07:46:38 -08:00
mips Add support for building as MIPS16 code. 2013-02-27 23:45:07 +00:00
sysv/linux ia64: fix set-but-unused warnings with syscalls 2013-03-12 06:01:38 -04:00