changeset 20869:7cadfa7cb8f7

auth: Compiler warning fix
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Mon, 10 Oct 2016 20:35:17 +0300
parents 82e8fc1b394f
children f254622a8c2c
files src/auth/db-ldap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/db-ldap.c	Sun Oct 02 14:14:48 2016 +0200
+++ b/src/auth/db-ldap.c	Mon Oct 10 20:35:17 2016 +0300
@@ -1019,7 +1019,7 @@
 	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 */