From 7294aa6146ceb9dd2ebff8b496e351a81a0c8c8c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 25 Mar 2006 14:35:10 +0000 Subject: More warning fixes (from FreeBSD 6.1). svn path=/branches/BRANCH_6-3/; revision=4753 --- pop3.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pop3.c') 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 */ /* -- cgit v1.2.3