Enforce strict prototypes.

This commit is contained in:
Björn Esser
2020-04-13 11:29:52 +02:00
parent 4742a2ab1d
commit d0dc3489dc
3 changed files with 3 additions and 2 deletions

View File

@@ -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;
}