Fix old-style warnings all over the codebase
As caught by compiling with `-Wold-style-definition` and `-Wstrict-prototypes`.
This commit is contained in:
@@ -438,7 +438,7 @@ find_string_in_sdp_message (const char *sdp,
|
||||
}
|
||||
|
||||
static void
|
||||
test_sip_media_manager ()
|
||||
test_sip_media_manager (void)
|
||||
{
|
||||
g_autoptr (CallsSipMediaManager) manager = calls_sip_media_manager_default ();
|
||||
char *sdp_message = NULL;
|
||||
|
||||
Reference in New Issue
Block a user