[dovecot-cvs] dovecot/src/plugins/acl acl-backend-vfile.c, 1.5.2.2, 1.5.2.3
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 20:04:21 UTC 2006
Update of /var/lib/cvs/dovecot/src/plugins/acl
In directory talvi:/tmp/cvs-serv26315/src/plugins/acl
Modified Files:
Tag: branch_1_0
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.5.2.2
retrieving revision 1.5.2.3
diff -u -d -r1.5.2.2 -r1.5.2.3
--- acl-backend-vfile.c 30 May 2006 12:20:37 -0000 1.5.2.2
+++ acl-backend-vfile.c 12 Nov 2006 20:04:18 -0000 1.5.2.3
@@ -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