diff -r 0fb3b0e7122f -r 7b3312d0760c pidgin/gtkpluginpref.c --- a/pidgin/gtkpluginpref.c Mon Nov 28 21:05:22 2022 -0600 +++ b/pidgin/gtkpluginpref.c Mon Nov 28 23:20:24 2022 -0600 @@ -37,7 +37,7 @@ static void -multiline_cb(GtkTextBuffer *buffer, gpointer data) { +multiline_cb(GtkTextBuffer *buffer, G_GNUC_UNUSED gpointer data) { gchar *pref = NULL, *text = NULL; pref = g_object_get_data(G_OBJECT(buffer), "pref-key");