This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Work around a somewhat misleading warning about "a function declaration without a prototype is deprecated in all versions of C" in test1.c
tags/json-c-0.17-20230812
Eric Hawicz
2 years ago
parent
ce3184243a
commit
469bc0e4bb
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/test1.c
+ 1
- 1
tests/test1.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save