cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / liblttng-ust / lttng-events.c
index d411dcf1594185f4552266a91b50c3031fb48095..16fb9f44634a8d8be330cbe58f23003f90d9836e 100644 (file)
@@ -1654,8 +1654,9 @@ int lttng_attach_context(struct lttng_ust_abi_context *context_param,
        }
 }
 
-int lttng_event_enabler_attach_context(struct lttng_event_enabler *enabler,
-               struct lttng_ust_abi_context *context_param)
+int lttng_event_enabler_attach_context(
+               struct lttng_event_enabler *enabler __attribute__((unused)),
+               struct lttng_ust_abi_context *context_param __attribute__((unused)))
 {
        return -ENOSYS;
 }
This page took 0.022775 seconds and 4 git commands to generate.