]> Pileus Git - ~andy/fetchmail/commitdiff
Fix compiler warning (unused parameter).
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 25 May 2009 10:37:49 +0000 (10:37 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 25 May 2009 10:37:49 +0000 (10:37 -0000)
svn path=/branches/BRANCH_6-3/; revision=5333

sink.c

diff --git a/sink.c b/sink.c
index edf1ae08562e1458caa5d722e9a3f7a785293b2b..d6e4f430a3ef9908b663461fbab893347c8a7a45 100644 (file)
--- a/sink.c
+++ b/sink.c
@@ -580,6 +580,8 @@ static int handle_smtp_report_without_bounce(struct query *ctl, struct msgblk *m
 {
     int smtperr = atoi(smtp_response);
 
+    (void)msg;
+
     if (str_find(&ctl->antispam, smtperr))
     {
        if (run.spambounce)