dovecot-2.1: imapc: Another compiler warning fix.
dovecot at dovecot.org
dovecot at dovecot.org
Sun Sep 4 18:47:39 EEST 2011
details: http://hg.dovecot.org/dovecot-2.1/rev/7d1260ab78ac
changeset: 13391:7d1260ab78ac
user: Timo Sirainen <tss at iki.fi>
date: Sun Sep 04 18:47:30 2011 +0300
description:
imapc: Another compiler warning fix.
diffstat:
src/lib-storage/index/imapc/imapc-mailbox.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r d504c507ba2f -r 7d1260ab78ac src/lib-storage/index/imapc/imapc-mailbox.c
--- a/src/lib-storage/index/imapc/imapc-mailbox.c Sun Sep 04 18:46:20 2011 +0300
+++ b/src/lib-storage/index/imapc/imapc-mailbox.c Sun Sep 04 18:47:30 2011 +0300
@@ -69,8 +69,9 @@
return ret;
}
-static void imapc_untagged_exists(const struct imapc_untagged_reply *reply,
- struct imapc_mailbox *mbox)
+static void
+imapc_untagged_exists(const struct imapc_untagged_reply *reply ATTR_UNUSED,
+ struct imapc_mailbox *mbox)
{
struct mail_index_view *view = mbox->delayed_sync_view;
const struct mail_index_header *hdr;
More information about the dovecot-cvs
mailing list