configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.cpp
index 3c28721fe2a87040746e6ba3aec1a4ffbc055368..1a49d87889c1c76ec0efc330fbe7680fb94d1280 100644 (file)
@@ -229,7 +229,7 @@ end:
     return status;
 }
 
-static bt_stream *medop_borrow_stream(bt_stream_class *stream_class, int64_t stream_id, void *data)
+static bt_stream *medop_borrow_stream(bt_stream_class *stream_class, int64_t, void *data)
 {
     struct ctf_fs_ds_file *ds_file = (struct ctf_fs_ds_file *) data;
     bt_stream_class *ds_file_stream_class;
This page took 0.022843 seconds and 4 git commands to generate.