summaryrefslogtreecommitdiff
path: root/src/rexmpp_roster.c
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-11-23 23:47:02 +0300
committerdefanor <defanor@uberspace.net>2020-11-23 23:47:02 +0300
commit470fda71e045f4921d93977f354a955af6a1195c (patch)
treec94b99509cd90ea77ae78ecb6483ef80422357e5 /src/rexmpp_roster.c
parentfbda87a3866678a0bf6acf09acd6f50890583be5 (diff)
Use stricter compiler checks
Diffstat (limited to 'src/rexmpp_roster.c')
-rw-r--r--src/rexmpp_roster.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rexmpp_roster.c b/src/rexmpp_roster.c
index 3d62613..5012282 100644
--- a/src/rexmpp_roster.c
+++ b/src/rexmpp_roster.c
@@ -142,6 +142,7 @@ void rexmpp_iq_roster_get (rexmpp_t *s,
xmlNodePtr response,
int success)
{
+ (void)req; /* Nothing interesting in the request. */
if (! success) {
rexmpp_log(s, LOG_ERR, "Roster loading failed.");
return;