configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / lib / plugin / plugin-so.c
index 6cb140801bd4874dc93999ae1bf373fb2c602658..7887a21c91709c325ae6baf2c5dcf7111cbe0bee 100644 (file)
@@ -1662,7 +1662,7 @@ end:
 
 static
 void plugin_comp_class_destroy_listener(struct bt_component_class *comp_class,
-               void *data)
+               void *data __attribute__((unused)))
 {
        bt_list_del(&comp_class->node);
        BT_OBJECT_PUT_REF_AND_RESET(comp_class->so_handle);
This page took 0.022827 seconds and 4 git commands to generate.