configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / ctf-writer / field-wrapper.c
index 0adc54e9b4db23f592f9b47ce6b57399595bd47e..c801de4bfad36a6a4133575f4220507165fccb5d 100644 (file)
@@ -13,7 +13,8 @@
 #include "field-wrapper.h"
 #include "object.h"
 
-struct bt_ctf_field_wrapper *bt_ctf_field_wrapper_new(void *data)
+struct bt_ctf_field_wrapper *bt_ctf_field_wrapper_new(
+               void *data __attribute__((unused)))
 {
        struct bt_ctf_field_wrapper *field_wrapper =
                g_new0(struct bt_ctf_field_wrapper, 1);
This page took 0.023383 seconds and 4 git commands to generate.