dovecot: Compiler warning fix
dovecot at dovecot.org
dovecot at dovecot.org
Fri Jul 13 06:00:19 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/f2b2dc3337cc
changeset: 5986:f2b2dc3337cc
user: Timo Sirainen <tss at iki.fi>
date: Fri Jul 13 05:57:09 2007 +0300
description:
Compiler warning fix
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-index/mail-index-view.c | 2 +-
diffs (12 lines):
diff -r 8ae4b8d78a25 -r f2b2dc3337cc src/lib-index/mail-index-view.c
--- a/src/lib-index/mail-index-view.c Fri Jul 13 05:52:37 2007 +0300
+++ b/src/lib-index/mail-index-view.c Fri Jul 13 05:57:09 2007 +0300
@@ -70,7 +70,7 @@ static void mail_index_view_check_nextui
}
#endif
-void mail_index_view_unlock(struct mail_index_view *view)
+void mail_index_view_unlock(struct mail_index_view *view __attr_unused__)
{
#ifdef DEBUG
mail_index_view_check_nextuid(view);
More information about the dovecot-cvs
mailing list