configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / ctf / fs-sink / translate-ctf-ir-to-tsdl.cpp
index aa85ec4e189f764500ccb55f78d001619cb409c9..c4224252c496206eb860d0db860fa0ea361fdc6b 100644 (file)
@@ -287,7 +287,7 @@ static void append_float_field_class(struct ctx *ctx, struct fs_sink_ctf_field_c
                            mant_dig, exp_dig, fc->base.base.alignment);
 }
 
-static void append_string_field_class(struct ctx *ctx, struct fs_sink_ctf_field_class_string *fc)
+static void append_string_field_class(struct ctx *ctx, struct fs_sink_ctf_field_class_string *)
 {
     g_string_append(ctx->tsdl, "string { encoding = UTF8; }");
 }
This page took 0.02264 seconds and 4 git commands to generate.