X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-context-perf-counters.c;h=328980c486d13db75703db9205c685523425427d;hb=cbc06a3bd9abe653eaf278cdf4be8bf28dcca267;hp=e6833ecdf53d8ed16c042d853a522396eb816d58;hpb=0b4b88119eced28c0cd4fcec773f76525103ac3f;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-context-perf-counters.c b/src/lib/lttng-ust/lttng-context-perf-counters.c index e6833ecd..328980c4 100644 --- a/src/lib/lttng-ust/lttng-context-perf-counters.c +++ b/src/lib/lttng-ust/lttng-context-perf-counters.c @@ -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; }