Fix warnings on non-x86_64 systems
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-perf-counters.c
index e6833ecdf53d8ed16c042d853a522396eb816d58..328980c486d13db75703db9205c685523425427d 100644 (file)
@@ -262,7 +262,7 @@ uint64_t arch_read_perf_counter(
 }
 
 static
-int arch_perf_keep_fd(struct lttng_perf_counter_thread_field *thread_field)
+int arch_perf_keep_fd(struct lttng_perf_counter_thread_field *thread_field __attribute__((unused)))
 {
        return 1;
 }
This page took 0.02509 seconds and 4 git commands to generate.