Clean-up: sessiond: cmd_enable_channel_internal
[lttng-tools.git] / src / bin / lttng-sessiond / notify-apps.h
index c61abdda3c667f81f73b48b34f2687aa5c107320..152a52a2058b431936ed4f3b5842001fb7287ec7 100644 (file)
@@ -14,7 +14,9 @@ bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd);
 
 #else /* HAVE_LIBLTTNG_UST_CTL */
 
-bool launch_application_notification_thread(int apps_cmd_notify_pipe_read_fd)
+static
+bool launch_application_notification_thread(
+               int apps_cmd_notify_pipe_read_fd __attribute__((unused)))
 {
        return true;
 }
This page took 0.022964 seconds and 4 git commands to generate.