]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Compiler warning fix
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 10 Oct 2016 17:35:17 +0000 (20:35 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Sun, 16 Oct 2016 22:11:00 +0000 (01:11 +0300)
src/auth/db-ldap.c

index 502fc1ff8802c71c10325288abd6812d16eaf057..9222137b8f6fd066b43048e6c8617878f4eab80c 100644 (file)
@@ -1019,7 +1019,7 @@ static int db_ldap_bind_sasl(struct ldap_connection *conn)
        return 0;
 }
 #else
-static int db_ldap_bind_sasl(struct ldap_connection *conn)
+static int db_ldap_bind_sasl(struct ldap_connection *conn ATTR_UNUSED)
 {
        i_unreached(); /* already checked at init */