From: Timo Sirainen Date: Mon, 10 Oct 2016 17:35:17 +0000 (+0300) Subject: auth: Compiler warning fix X-Git-Tag: 2.2.26~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=933d16f4bd223e2495a8699ca63860a31f5cd77b;p=thirdparty%2Fdovecot%2Fcore.git auth: Compiler warning fix --- diff --git a/src/auth/db-ldap.c b/src/auth/db-ldap.c index 502fc1ff88..9222137b8f 100644 --- a/src/auth/db-ldap.c +++ b/src/auth/db-ldap.c @@ -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 */