configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta-translate.cpp
index 09707108b6fca664f8119334b95bdb1353999af9..6f5d2d58d50fdf1de3f402e51701b2bede5e195c 100644 (file)
@@ -129,7 +129,7 @@ static inline bt_field_class *ctf_field_class_float_to_ir(struct ctx *ctx,
 }
 
 static inline bt_field_class *ctf_field_class_string_to_ir(struct ctx *ctx,
-                                                           struct ctf_field_class_string *fc)
+                                                           struct ctf_field_class_string *)
 {
     bt_field_class *ir_fc = bt_field_class_string_create(ctx->ir_tc);
 
@@ -140,8 +140,8 @@ static inline bt_field_class *ctf_field_class_string_to_ir(struct ctx *ctx,
 static inline void translate_struct_field_class_members(struct ctx *ctx,
                                                         struct ctf_field_class_struct *fc,
                                                         bt_field_class *ir_fc,
-                                                        bool with_header_prefix,
-                                                        struct ctf_field_class_struct *context_fc)
+                                                        bool,
+                                                        struct ctf_field_class_struct *)
 {
     uint64_t i;
     int ret;
This page took 0.024868 seconds and 4 git commands to generate.