configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / text / pretty / pretty.c
index 510ed24e8c2df93e24d51469cd21b87362b99b57..5b66576475e62f9040a6fe5da94672a44a5d3835 100644 (file)
@@ -542,9 +542,9 @@ void set_use_colors(struct pretty_component *pretty)
 
 bt_component_class_initialize_method_status pretty_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_component_class_initialize_method_status status;
        bt_self_component_add_port_status add_port_status;
This page took 0.026188 seconds and 4 git commands to generate.