X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aa703bdada60fae2021d0e97ca3535945eeda615..7d2c0f47e69415ffb3425f46f0fd78a984e119e2:/uip/popsbr.c diff --git a/uip/popsbr.c b/uip/popsbr.c index fcdbd75e..feb7aa0d 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -418,6 +418,11 @@ int pop_init (char *host, char *port, char *user, char *pass, char *proxy, int snoop, int sasl, char *mech) { +#ifndef CYRUS_SASL + NMH_UNUSED (sasl); + NMH_UNUSED (mech); +#endif /* ! CYRUS_SASL */ + int fd1, fd2; char buffer[BUFSIZ];