mirror of
https://github.com/json-c/json-c.git
synced 2026-03-29 18:09:07 +08:00
Enforce strict prototypes.
This commit is contained in:
@@ -1373,7 +1373,7 @@ static int json_array_equal(struct json_object *jso1, struct json_object *jso2)
|
||||
return 1;
|
||||
}
|
||||
|
||||
struct json_object *json_object_new_null()
|
||||
struct json_object *json_object_new_null(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user