Move dynamic-type to libcommon
[lttng-ust.git] / src / common / compat / futex.h
index 446c7f1c56519227abbb28bc21deff70cd582d18..71b986774fe13d5be6662a5ef2a6a14c23cf3b4c 100644 (file)
@@ -99,7 +99,9 @@ static inline int lttng_ust_futex_async(int32_t *uaddr, int op, int32_t val,
 #include <sys/umtx.h>
 
 static inline int lttng_ust_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;
This page took 0.022573 seconds and 4 git commands to generate.