dovecot-2.0: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Wed May 13 01:55:08 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/269cebf1aad4
changeset: 9267:269cebf1aad4
user:      Timo Sirainen <tss at iki.fi>
date:      Tue May 12 15:27:00 2009 -0400
description:
Compiler warning fix.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/auth/auth-settings.c |    3 ++-

diffs (13 lines):

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 @@ struct setting_parser_info auth_root_set
 };
 
 /* <settings checks> */
-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;
 


More information about the dovecot-cvs mailing list