configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / utils / dummy / dummy.c
index 93394029fd868a02d458a9895c43b69c5d7c0500..a1294c3d64a788ee71e3682447d2547b9f0d48c6 100644 (file)
@@ -44,9 +44,9 @@ struct bt_param_validation_map_value_entry_descr dummy_params[] = {
 
 bt_component_class_initialize_method_status dummy_init(
                bt_self_component_sink *self_comp_sink,
-               bt_self_component_sink_configuration *config,
+               bt_self_component_sink_configuration *config __attribute__((unused)),
                const bt_value *params,
-               __attribute__((unused)) void *init_method_data)
+               void *init_method_data __attribute__((unused)))
 {
        bt_self_component *self_comp =
                bt_self_component_sink_as_self_component(self_comp_sink);
This page took 0.022758 seconds and 4 git commands to generate.