libpurple/stun.c

changeset 41960
c8a4853205e3
parent 41840
fe350460fb1c
--- a/libpurple/stun.c	Sun Dec 11 22:49:27 2022 -0600
+++ b/libpurple/stun.c	Sun Dec 11 22:56:34 2022 -0600
@@ -136,7 +136,7 @@
 }
 
 static gboolean
-reply_cb(GSocket *socket, GIOCondition condition, gpointer data)
+reply_cb(GSocket *socket, G_GNUC_UNUSED GIOCondition condition, gpointer data)
 {
 	struct stun_conn *sc = data;
 	gchar buffer[65536];

mercurial