From fa20da31c83b1b64f98f4bbb25ff9460c57af013 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 25 Jan 2015 22:31:29 +0100 Subject: ia64: avoid set-but-not-used warning --- sysdeps/unix/sysv/linux/ia64/lowlevellock.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/ia64/lowlevellock.h b/sysdeps/unix/sysv/linux/ia64/lowlevellock.h index 19a06a258f..90d4cf3a17 100644 --- a/sysdeps/unix/sysv/linux/ia64/lowlevellock.h +++ b/sysdeps/unix/sysv/linux/ia64/lowlevellock.h @@ -117,6 +117,7 @@ __lll_private_flag (FUTEX_CMP_REQUEUE, private), \ (int) (nr_wake), (int) (nr_move), (long) (mutex), \ (int) val); \ + (void) _retval; \ _r10 == -1; \ }) @@ -127,6 +128,7 @@ __lll_private_flag (FUTEX_WAKE_OP, private), \ (int) (nr_wake), (int) (nr_wake2), (long) (ftx2), \ FUTEX_OP_CLEAR_WAKE_IF_GT_ONE); \ + (void) _retval; \ _r10 == -1; \ }) @@ -142,6 +144,7 @@ DO_INLINE_SYSCALL(futex, 5, (long) (futexp), \ __lll_private_flag (__op, private), \ (val), (timespec), mutex); \ + (void) _retval; \ _r10 == -1; \ }) -- cgit 1.4.1