Support building with -Werror=strict-prototypes / -Werror=old-style-definition

Unfortunately "-std=c99" is not sufficient to make gcc ignore code that
uses constructs of earlier C standards, which were abandoned in C99.

See https://lwn.net/ml/fedora-devel/Y1kvF35WozzGBpc8@redhat.com/ for
some related discussion.

Change-Id: I5ca56d885b5ce4d4c9f91ffc083c05a48d1306e4
This commit is contained in:
Harald Welte 2022-11-03 11:17:40 +01:00
parent 4b77d42ea6
commit 35c109fd8b
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ static int osmo_rtp_socket_fdreg(struct osmo_rtp_socket *rs)
return 0;
}
static void create_payload_types()
static void create_payload_types(void)
{
PayloadType *pt;