cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / liblttng-ust / lttng-context-perf-counters.c
index 94f4e95d4589bf8bb798af3a07fa7478e1e88c96..dac953ffe961852dc21ce01cf85c3f7c66431929 100644 (file)
@@ -158,7 +158,8 @@ void lttng_perf_unlock(void)
 }
 
 static
-size_t perf_counter_get_size(struct lttng_ust_ctx_field *field, size_t offset)
+size_t perf_counter_get_size(struct lttng_ust_ctx_field *field __attribute__((unused)),
+               size_t offset)
 {
        size_t size = 0;
 
This page took 0.023197 seconds and 4 git commands to generate.