]> git.marmaro.de Git - mmh/blobdiff - uip/popsbr.c
Fixed places in the code relying the C99-ism of declarations in the
[mmh] / uip / popsbr.c
index fcdbd75e4ab978efd2b6d4b25c6858644d63492d..ff28705f07af58d4b3d931042279aaaca0f7f886 100644 (file)
@@ -420,6 +420,10 @@ pop_init (char *host, char *port, char *user, char *pass, char *proxy,
 {
     int fd1, fd2;
     char buffer[BUFSIZ];
+#ifndef CYRUS_SASL
+    NMH_UNUSED (sasl);
+    NMH_UNUSED (mech);
+#endif /* ! CYRUS_SASL */
 
     if (proxy && *proxy) {
        int pid;