Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / lib / lttng-ctl / snapshot.cpp
index 543861d676d4639bb52cf9ac494f263d7317592e..b50403512d2f9378ee56269212146ca1b7407fce 100644 (file)
@@ -196,7 +196,8 @@ void lttng_snapshot_output_list_destroy(struct lttng_snapshot_output_list *list)
  * Return 0 on success or else a negative LTTNG_ERR value.
  */
 int lttng_snapshot_record(const char *session_name,
-               struct lttng_snapshot_output *output, int wait)
+               struct lttng_snapshot_output *output,
+               int wait __attribute__((unused)))
 {
        int ret;
        struct lttcomm_session_msg lsm;
This page took 0.023888 seconds and 4 git commands to generate.