Fix old-style warnings all over the codebase

As caught by compiling with `-Wold-style-definition` and `-Wstrict-prototypes`.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-06-02 20:18:50 +02:00
parent 38abbc5b18
commit 96a7d901c1
20 changed files with 23 additions and 23 deletions

View File

@@ -488,7 +488,7 @@ calls_sip_provider_add_origin (CallsSipProvider *self,
CallsSipProvider *
calls_sip_provider_new ()
calls_sip_provider_new (void)
{
return g_object_new (CALLS_TYPE_SIP_PROVIDER, NULL);
}