# HG changeset patch # User Timo Sirainen # Date 1242156420 14400 # Node ID 269cebf1aad4549f7c8d21a99a154198539433cb # Parent e5f4cce3ef7a1fceadd42991d93b5d3ced3a327f Compiler warning fix. diff -r e5f4cce3ef7a -r 269cebf1aad4 src/auth/auth-settings.c --- a/src/auth/auth-settings.c Tue May 12 14:04:31 2009 -0400 +++ b/src/auth/auth-settings.c Tue May 12 15:27:00 2009 -0400 @@ -176,7 +176,8 @@ }; /* */ -static bool auth_settings_check(void *_set, pool_t pool, const char **error_r) +static bool auth_settings_check(void *_set, pool_t pool ATTR_UNUSED, + const char **error_r) { struct auth_settings *set = _set;