]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Work around a somewhat misleading warning about "a function declaration without a...
authorEric Hawicz <erh+git@nimenees.com>
Sat, 29 Jul 2023 15:22:12 +0000 (11:22 -0400)
committerEric Hawicz <erh+git@nimenees.com>
Tue, 1 Aug 2023 02:18:04 +0000 (22:18 -0400)
tests/test1.c

index 12097b21810eecf78afb5be1746742a0a19dfafc..b45f75272cdc9c344072663fd9988bce83d543dd 100644 (file)
@@ -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;