Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / bin / lttng-sessiond / notify-apps.h
index ab6289a33984d3ea1ec425e72f42be392c1f298c..152a52a2058b431936ed4f3b5842001fb7287ec7 100644 (file)
@@ -15,7 +15,8 @@ bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd);
 #else /* HAVE_LIBLTTNG_UST_CTL */
 
 static
-bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd)
+bool launch_application_notification_thread(
+               int apps_cmd_notify_pipe_read_fd __attribute__((unused)))
 {
        return true;
 }
This page took 0.023257 seconds and 4 git commands to generate.