cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / tests / benchmark / bench.c
index d42d0b65a1237d3c22e8ee445dd3b57ca56b27b7..a5afa76909a90e40b7f358f0584fddccd753f1c2 100644 (file)
@@ -54,7 +54,7 @@ void do_stuff(void)
 
 
 static
-void *function(void *arg)
+void *function(void *arg __attribute__((unused)))
 {
        unsigned long long nr_loops = 0;
        struct thread_counter *thread_counter = arg;
This page took 0.02376 seconds and 4 git commands to generate.