diff -r 143c68ca625d -r fe350460fb1c pidgin/plugins/unity/unity.c --- a/pidgin/plugins/unity/unity.c Wed Oct 26 02:07:31 2022 -0500 +++ b/pidgin/plugins/unity/unity.c Wed Oct 26 02:58:05 2022 -0500 @@ -52,7 +52,7 @@ static void detach_signals(PurpleConversation *conv); static void -update_launcher() +update_launcher(void) { guint count = 0; GList *convs = NULL; @@ -129,7 +129,7 @@ } static void -refill_messaging_menu() +refill_messaging_menu(void) { PurpleConversationManager *manager = NULL; GList *convs;