Fix old-style warnings all over the codebase
As caught by compiling with `-Wold-style-definition` and `-Wstrict-prototypes`.
This commit is contained in:
@@ -212,7 +212,7 @@ calls_contacts_box_init (CallsContactsBox *self)
|
||||
|
||||
|
||||
GtkWidget *
|
||||
calls_contacts_box_new ()
|
||||
calls_contacts_box_new (void)
|
||||
{
|
||||
return g_object_new (CALLS_TYPE_CONTACTS_BOX, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user