Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / bin / lttng-sessiond / timer.cpp
index 5a1f35dfa936904f236e7dac108cdf044789f067..9635dea81a426c4774cf85640e12b2e0efa83c37 100644 (file)
@@ -406,7 +406,7 @@ end:
 }
 
 static
-bool shutdown_timer_thread(void *data)
+bool shutdown_timer_thread(void *data __attribute__((unused)))
 {
        return kill(getpid(), LTTNG_SESSIOND_SIG_EXIT) == 0;
 }
This page took 0.026043 seconds and 4 git commands to generate.