about summary refs log tree commit diff
path: root/ports/ChangeLog.cris
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-03-11 01:22:12 +0000
committerMike Frysinger <vapier@gentoo.org>2013-03-12 06:01:38 -0400
commit4fdd5ec1257f6a5a7bc629febaaef0209c17ea05 (patch)
tree849060973f676de012878167657127e9410fd8e1 /ports/ChangeLog.cris
parenta186dc916c30e5077e092335e6c264d9d18688df (diff)
downloadglibc-4fdd5ec1257f6a5a7bc629febaaef0209c17ea05.tar.gz
glibc-4fdd5ec1257f6a5a7bc629febaaef0209c17ea05.tar.xz
glibc-4fdd5ec1257f6a5a7bc629febaaef0209c17ea05.zip
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>
Diffstat (limited to 'ports/ChangeLog.cris')
0 files changed, 0 insertions, 0 deletions