Fixed places in the code relying the C99-ism of declarations in the
[mmh] / uip / popsbr.c
index fcdbd75..ff28705 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;