aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-25 14:35:10 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-25 14:35:10 +0000
commit7294aa6146ceb9dd2ebff8b496e351a81a0c8c8c (patch)
treee1b13011abfb19bc201b0bc2ad937608cbc60d27 /pop3.c
parent98ca410dab12d43961b72596d9344f8048e30df9 (diff)
downloadfetchmail-7294aa6146ceb9dd2ebff8b496e351a81a0c8c8c.tar.gz
fetchmail-7294aa6146ceb9dd2ebff8b496e351a81a0c8c8c.tar.bz2
fetchmail-7294aa6146ceb9dd2ebff8b496e351a81a0c8c8c.zip
More warning fixes (from FreeBSD 6.1).
svn path=/branches/BRANCH_6-3/; revision=4753
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index 4456b2d3..4e6440f5 100644
--- a/pop3.c
+++ b/pop3.c
@@ -1182,6 +1182,8 @@ static int pop3_fetch(int sock, struct query *ctl, int number, int *lenp)
} while
(!(buf[0] == '.' && (buf[1] == '\r' || buf[1] == '\n' || buf[1] == '\0')));
}
+#else
+ (void)ctl;
#endif /* SDPS_ENABLE */
/*