Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.cpp
index 473138cf8861d16871cc6b2f250bf1fb6b911229..9c873aec5b6c1e028806e478f2e16e398a8d2249 100644 (file)
@@ -564,7 +564,7 @@ int run_job(struct rotation_thread_job *job, struct ltt_session *session,
 
 static
 int handle_job_queue(struct rotation_thread_handle *handle,
-               struct rotation_thread *state,
+               struct rotation_thread *state __attribute__((unused)),
                struct rotation_thread_timer_queue *queue)
 {
        int ret = 0;
@@ -710,9 +710,9 @@ end:
 }
 
 static
-int handle_notification_channel(int fd,
+int handle_notification_channel(int fd __attribute__((unused)),
                struct rotation_thread_handle *handle,
-               struct rotation_thread *state)
+               struct rotation_thread *state __attribute__((unused)))
 {
        int ret;
        bool notification_pending;
This page took 0.022996 seconds and 4 git commands to generate.