dovecot-2.0: quota-fs: Compiler warning fix on some OSes.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jul 1 20:29:25 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/c27e9a035b67
changeset: 11685:c27e9a035b67
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 01 18:29:21 2010 +0100
description:
quota-fs: Compiler warning fix on some OSes.

diffstat:

 src/plugins/quota/quota-fs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 9798d57644ba -r c27e9a035b67 src/plugins/quota/quota-fs.c
--- a/src/plugins/quota/quota-fs.c	Thu Jul 01 18:29:06 2010 +0100
+++ b/src/plugins/quota/quota-fs.c	Thu Jul 01 18:29:21 2010 +0100
@@ -416,8 +416,9 @@
 	}
 }
 
-static int do_rquota_group(struct fs_quota_root *root, bool bytes,
-			   uint64_t *value_r, uint64_t *limit_r)
+static int
+do_rquota_group(struct fs_quota_root *root ATTR_UNUSED, bool bytes ATTR_UNUSED,
+		uint64_t *value_r ATTR_UNUSED, uint64_t *limit_r ATTR_UNUSED)
 {
 #if defined(EXT_RQUOTAVERS) && defined(GRPQUOTA)
 	struct getquota_rslt result;


More information about the dovecot-cvs mailing list