diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-15 16:17:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-15 16:17:21 +0000 |
commit | f50d39cc0c9f8487dde51788940bbce975a43503 (patch) | |
tree | d2d17ab0d82ffcdd26023d7c72a13c74d9bb3385 /driver.c | |
parent | 887cd3b25843477b742915fb5f365ad01e93b630 (diff) | |
download | fetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.tar.gz fetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.tar.bz2 fetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.zip |
gcc -Wall cleanup.
svn path=/trunk/; revision=2278
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |