libpurple/protocols/gg/libgaduw.c

changeset 42085
a76f1668564c
parent 41762
5c21747ff7dc
--- a/libpurple/protocols/gg/libgaduw.c	Thu Feb 23 22:41:32 2023 -0600
+++ b/libpurple/protocols/gg/libgaduw.c	Thu Feb 23 22:42:20 2023 -0600
@@ -146,16 +146,18 @@
 	return req;
 }
 
-static void ggp_libgaduw_http_processing_cancel(PurpleConnection *gc,
-	void *_req)
+static void
+ggp_libgaduw_http_processing_cancel(G_GNUC_UNUSED PurpleConnection *gc,
+                                    void *_req)
 {
 	ggp_libgaduw_http_req *req = _req;
 	req->processing = NULL;
 	ggp_libgaduw_http_cancel(req);
 }
 
-static void ggp_libgaduw_http_handler(gpointer _req, gint fd,
-	PurpleInputCondition cond)
+static void
+ggp_libgaduw_http_handler(gpointer _req, G_GNUC_UNUSED gint fd,
+                          G_GNUC_UNUSED PurpleInputCondition cond)
 {
 	ggp_libgaduw_http_req *req = _req;
 

mercurial