Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / lib / lttng-ctl / rotate.cpp
index 6a003a18ec101f1b0a3aa13eaaf5027c8df2c987..ed198922ee6535daf2fccc86a5bf617cb8da3e4d 100644 (file)
@@ -196,7 +196,7 @@ end:
  * Return 0 on success else a negative LTTng error code.
  */
 int lttng_rotate_session(const char *session_name,
-               struct lttng_rotation_immediate_descriptor *descriptor,
+               struct lttng_rotation_immediate_descriptor *descriptor __attribute__((unused)),
                struct lttng_rotation_handle **rotation_handle)
 {
        struct lttcomm_session_msg lsm;
This page took 0.022901 seconds and 4 git commands to generate.