configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / ctf / common / metadata / ctf-meta.hpp
index f87b426092ba2bb4f250f8d376edb86c647d27fc..24dc01a5527b8a44aa85841d3e70a8875ba6540d 100644 (file)
@@ -1304,7 +1304,7 @@ _ctf_field_class_float_copy(struct ctf_field_class_float *fc)
 }
 
 static inline struct ctf_field_class_string *
-_ctf_field_class_string_copy(struct ctf_field_class_string *fc)
+_ctf_field_class_string_copy(struct ctf_field_class_string *)
 {
     struct ctf_field_class_string *copy_fc = ctf_field_class_string_create();
 
This page took 0.022903 seconds and 4 git commands to generate.