mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 14:39:07 +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 test_array_insert_idx(void)
|
||||
{
|
||||
json_object *my_array;
|
||||
struct json_object *jo1;
|
||||
|
||||
Reference in New Issue
Block a user