diff -r 0fb3b0e7122f -r 7b3312d0760c pidgin/libpidgin.c --- a/pidgin/libpidgin.c Mon Nov 28 21:05:22 2022 -0600 +++ b/pidgin/libpidgin.c Mon Nov 28 23:20:24 2022 -0600 @@ -104,7 +104,8 @@ } static gboolean -mainloop_sighandler(GIOChannel *source, GIOCondition cond, gpointer data) +mainloop_sighandler(GIOChannel *source, G_GNUC_UNUSED GIOCondition cond, + G_GNUC_UNUSED gpointer data) { GIOStatus stat; int sig;