X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotify-apps.h;h=152a52a2058b431936ed4f3b5842001fb7287ec7;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=ab6289a33984d3ea1ec425e72f42be392c1f298c;hpb=be70a01b7b7f3840c892495de37c8fb3dd86b329;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notify-apps.h b/src/bin/lttng-sessiond/notify-apps.h index ab6289a33..152a52a20 100644 --- a/src/bin/lttng-sessiond/notify-apps.h +++ b/src/bin/lttng-sessiond/notify-apps.h @@ -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; }