mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 22:39:08 +08:00
Work around a somewhat misleading warning about "a function declaration without a prototype is deprecated in all versions of C" in test1.c
This commit is contained in:
@@ -190,7 +190,7 @@ void test_array_list_expand_internal(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void test_array_insert_idx(void);
|
void test_array_insert_idx(void);
|
||||||
void test_array_insert_idx()
|
void test_array_insert_idx(void)
|
||||||
{
|
{
|
||||||
json_object *my_array;
|
json_object *my_array;
|
||||||
struct json_object *jo1;
|
struct json_object *jo1;
|
||||||
|
|||||||
Reference in New Issue
Block a user