diff options
Diffstat (limited to 'odmr.c')
-rw-r--r-- | odmr.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,7 @@ static int odmr_ok (int sock, char *argbuf) { int ok; + (void)argbuf; ok = SMTP_ok(sock, SMTP_MODE); if (ok == SM_UNRECOVERABLE) return(PS_PROTOCOL); @@ -51,6 +52,7 @@ static int odmr_getrange(int sock, struct query *ctl, const char *id, char buf [MSGBUFSIZE+1]; struct idlist *qnp; /* pointer to Q names */ + (void)id; if ((ok = SMTP_ehlo(sock, SMTP_MODE, fetchmailhost, ctl->server.esmtp_name, ctl->server.esmtp_password, &opts))) |