From f50d39cc0c9f8487dde51788940bbce975a43503 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 15 Dec 1998 16:17:21 +0000 Subject: gcc -Wall cleanup. svn path=/trunk/; revision=2278 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index f9cd1763..c3004ebe 100644 --- a/driver.c +++ b/driver.c @@ -1282,7 +1282,7 @@ static void send_size_warnings(struct query *ctl) int size, nbr; int msg_to_send = FALSE; struct idlist *head=NULL, *current=NULL; - int max_warning_poll_count, good, bad; + int max_warning_poll_count; #define OVERHD "Subject: Fetchmail oversized-messages warning.\r\n\r\nThe following oversized messages remain on the mail server:" head = ctl->skipped; -- cgit v1.2.3