configure: re-enable '-Wunused-parameter'
[babeltrace.git] / tests / lib / test-bt-values.c
index cc3cbd9f00cfba26e1c297b0e0b5dda64eae207e..e9ec4b215779ee24d7b07de598590bedcd7636d7 100644 (file)
@@ -356,7 +356,8 @@ void test_array(void)
 
 static
 bt_value_map_foreach_entry_func_status test_map_foreach_cb_count(
-               const char *key, bt_value *object,
+       const char *key __attribute__((unused)),
+       bt_value *object __attribute__((unused)),
        void *data)
 {
        int *count = data;
This page took 0.024109 seconds and 4 git commands to generate.