summaryrefslogtreecommitdiff
path: root/src/rexmpp_roster.c
diff options
context:
space:
mode:
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;