[dovecot-cvs] dovecot/src/plugins/acl acl-backend-vfile.c, 1.10, 1.11
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 20:04:57 UTC 2006
Update of /var/lib/cvs/dovecot/src/plugins/acl
In directory talvi:/tmp/cvs-serv26523/src/plugins/acl
Modified Files:
acl-backend-vfile.c
Log Message:
Fixed some warnings with older gccs.
Index: acl-backend-vfile.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/acl/acl-backend-vfile.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- acl-backend-vfile.c 10 Sep 2006 12:48:33 -0000 1.10
+++ acl-backend-vfile.c 12 Nov 2006 20:04:55 -0000 1.11
@@ -420,8 +420,9 @@
return 0;
}
-static int acl_backend_vfile_object_update(struct acl_object *aclobj,
- const struct acl_rights *rights)
+static int
+acl_backend_vfile_object_update(struct acl_object *aclobj __attr_unused__,
+ const struct acl_rights *rights __attr_unused__)
{
/* FIXME */
return -1;
@@ -438,8 +439,9 @@
}
static int
-acl_backend_vfile_object_list_next(struct acl_object_list_iter *iter,
- struct acl_rights *rights_r)
+acl_backend_vfile_object_list_next(struct acl_object_list_iter *iter
+ __attr_unused__,
+ struct acl_rights *rights_r __attr_unused__)
{
return -1;
}
More information about the dovecot-cvs
mailing list