X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-src%2Ffs.cpp;h=0118efbdaec4ecdd0b7e56618269f294faf07861;hb=ecd7492f21a492b70569d5ecc1d3a808241b63f0;hp=04ae6d2b4f856644154ed6faef109877c08c3804;hpb=dd420a9b3f83cda6f77e8813165a061856d9d618;p=babeltrace.git diff --git a/src/plugins/ctf/fs-src/fs.cpp b/src/plugins/ctf/fs-src/fs.cpp index 04ae6d2b..0118efbd 100644 --- a/src/plugins/ctf/fs-src/fs.cpp +++ b/src/plugins/ctf/fs-src/fs.cpp @@ -327,7 +327,7 @@ static void ctf_fs_trace_destroy_notifier(void *data) } struct ctf_fs_component *ctf_fs_component_create(bt_logging_level log_level, - bt_self_component *self_comp) + bt_self_component *) { struct ctf_fs_component *ctf_fs; @@ -403,7 +403,7 @@ gchar *ctf_fs_make_port_name(struct ctf_fs_ds_file_group *ds_file_group) } static int create_one_port_for_trace(struct ctf_fs_component *ctf_fs, - struct ctf_fs_trace *ctf_fs_trace, + struct ctf_fs_trace *, struct ctf_fs_ds_file_group *ds_file_group, bt_self_component_source *self_comp_src) { @@ -2295,8 +2295,8 @@ end: } bt_component_class_initialize_method_status -ctf_fs_init(bt_self_component_source *self_comp_src, bt_self_component_source_configuration *config, - const bt_value *params, __attribute__((unused)) void *init_method_data) +ctf_fs_init(bt_self_component_source *self_comp_src, bt_self_component_source_configuration *, + const bt_value *params, void *) { struct ctf_fs_component *ctf_fs; bt_component_class_initialize_method_status ret =