X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aa703bdada60fae2021d0e97ca3535945eeda615..e0f3b26c85f385053fb562f15029ad4c3882b061:/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];