libpurple/protocols/jabber/caps.c

changeset 41967
025eee9e6f1d
parent 41840
fe350460fb1c
child 42057
f72f1db0f42b
--- a/libpurple/protocols/jabber/caps.c	Mon Dec 12 23:38:47 2022 -0600
+++ b/libpurple/protocols/jabber/caps.c	Mon Dec 12 23:41:40 2022 -0600
@@ -111,7 +111,7 @@
 }
 
 static gboolean
-do_jabber_caps_store(gpointer data)
+do_jabber_caps_store(G_GNUC_UNUSED gpointer data)
 {
 	char *str;
 	int length = 0;
@@ -249,8 +249,10 @@
 }
 
 static void
-jabber_caps_client_iqcb(JabberStream *js, const char *from, JabberIqType type,
-                        const char *id, PurpleXmlNode *packet, gpointer data)
+jabber_caps_client_iqcb(G_GNUC_UNUSED JabberStream *js,
+                        G_GNUC_UNUSED const char *from, JabberIqType type,
+                        G_GNUC_UNUSED const char *id, PurpleXmlNode *packet,
+                        gpointer data)
 {
 	jabber_caps_cbplususerdata *userdata = data;
 	PurpleXmlNode *query = NULL;

mercurial