X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Ffutex.h;h=e89d319089fb894b1455b7d4cbaebf0888d76c32;hb=0d657320a24b17ad7762396c5ef5db3640262af4;hp=f720cdc0db52ed41cd391bec9b570464492a026e;hpb=a9e31859feb8d62a3e9d8a434c3f1bd80dbe3076;p=urcu.git diff --git a/include/urcu/futex.h b/include/urcu/futex.h index f720cdc..e89d319 100644 --- a/include/urcu/futex.h +++ b/include/urcu/futex.h @@ -110,7 +110,9 @@ static inline int futex_async(int32_t *uaddr, int op, int32_t val, #include static inline int futex_async(int32_t *uaddr, int op, int32_t val, - const struct timespec *timeout, int32_t *uaddr2, int32_t val3) + const struct timespec *timeout, + int32_t *uaddr2 __attribute__((unused)), + int32_t val3 __attribute__((unused))) { int umtx_op; void *umtx_uaddr = NULL, *umtx_uaddr2 = NULL;