X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpopsbr.c;h=feb7aa0df429ce30b84e4941f5e5457ee63a849c;hb=02e25280094d8245772acf03396fe31c278ea337;hp=fcdbd75e4ab978efd2b6d4b25c6858644d63492d;hpb=aa703bdada60fae2021d0e97ca3535945eeda615;p=mmh diff --git a/uip/popsbr.c b/uip/popsbr.c index fcdbd75..feb7aa0 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];