configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / plugins / text / details / write.c
index a99599e3b99831daf6e1eeb7481520ec173627b8..1962f5dfe3506a775c754370e2a7b1cfd96c9326 100644 (file)
@@ -361,7 +361,9 @@ gint compare_strings(const char **a, const char **b)
 
 static
 bt_value_map_foreach_entry_const_func_status map_value_foreach_add_key_to_array(
-               const char *key, const bt_value *object, void *data)
+               const char *key,
+               const bt_value *object __attribute__((unused)),
+               void *data)
 {
        GPtrArray *keys = data;
 
This page took 0.023306 seconds and 4 git commands to generate.