configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / lib / graph / component-sink.c
index 37eda35a6b680119160b3b2c9ee51b452609300f..4f087ddaa727956d40419c3babe8c20adfe5f931 100644 (file)
 #include "graph.h"
 #include "lib/func-status.h"
 
-void bt_component_sink_destroy(struct bt_component *component)
+void bt_component_sink_destroy(
+               struct bt_component *component __attribute__((unused)))
 {
 }
 
 struct bt_component *bt_component_sink_create(
-               const struct bt_component_class *class)
+               const struct bt_component_class *class __attribute__((unused)))
 {
        struct bt_component_sink *sink = NULL;
 
This page took 0.025366 seconds and 4 git commands to generate.