Fix old-style warnings all over the codebase
As caught by compiling with `-Wold-style-definition` and `-Wstrict-prototypes`.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
static void
|
||||
test_protocol_prefix ()
|
||||
test_protocol_prefix (void)
|
||||
{
|
||||
g_assert_cmpstr (get_protocol_from_address ("sip:alice@example.org"), ==, "sip");
|
||||
g_assert_cmpstr (get_protocol_from_address ("SIP:alice@example.org"), ==, "sip");
|
||||
|
Reference in New Issue
Block a user