configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.cpp
index 5c66d10f73883f128e5a09f5229b5a843f6617a3..eee28c41145cff19ee202743fee19882d35c53e9 100644 (file)
@@ -288,7 +288,7 @@ end:
 }
 
 int lttng_live_metadata_create_stream(struct lttng_live_session *session, uint64_t ctf_trace_id,
-                                      uint64_t stream_id, const char *trace_name)
+                                      uint64_t stream_id, const char *)
 {
     bt_self_component *self_comp = session->self_comp;
     bt_logging_level log_level = session->log_level;
This page took 0.024895 seconds and 4 git commands to generate.