mirror of
https://github.com/json-c/json-c.git
synced 2026-04-06 13:59:07 +08:00
Create a json_pointer_private.h and move a few things there, fix test warnings, note array_list_insert_idx is private.
This commit is contained in:
@@ -189,9 +189,10 @@ void test_array_list_expand_internal(void)
|
||||
json_object_put(my_array);
|
||||
}
|
||||
|
||||
void test_array_insert_idx(void);
|
||||
void test_array_insert_idx()
|
||||
{
|
||||
json_object *my_string, *my_int, *my_null, *my_object, *my_array;
|
||||
json_object *my_array;
|
||||
struct json_object *jo1;
|
||||
|
||||
my_array = json_object_new_array();
|
||||
|
||||
Reference in New Issue
Block a user