]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Compiler warning fix.
authorTimo Sirainen <tss@iki.fi>
Tue, 12 May 2009 19:27:00 +0000 (15:27 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 12 May 2009 19:27:00 +0000 (15:27 -0400)
--HG--
branch : HEAD

src/auth/auth-settings.c

index eabae702a2557aa3db0d03b7fa39fd4ca9a43a2c..af198b27eca953dc1706d8f7b6efa3b6033491bc 100644 (file)
@@ -176,7 +176,8 @@ struct setting_parser_info auth_root_setting_parser_info = {
 };
 
 /* <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;