dovecot-2.1: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 21 22:58:15 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/6056be0a8c58
changeset: 14183:6056be0a8c58
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 21 22:58:05 2012 +0200
description:
Compiler warning fix.

diffstat:

 src/lib-storage/index/dbox-single/sdbox-sync.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3007994141b6 -r 6056be0a8c58 src/lib-storage/index/dbox-single/sdbox-sync.c
--- a/src/lib-storage/index/dbox-single/sdbox-sync.c	Tue Feb 21 22:50:14 2012 +0200
+++ b/src/lib-storage/index/dbox-single/sdbox-sync.c	Tue Feb 21 22:58:05 2012 +0200
@@ -53,7 +53,7 @@
 		modify_type = type == SDBOX_SYNC_ENTRY_TYPE_MOVE_TO_ALT ?
 			MODIFY_ADD : MODIFY_REMOVE;
 		mail_index_update_flags(ctx->trans, seq, modify_type,
-					DBOX_INDEX_FLAG_ALT);
+					(enum mail_flags)DBOX_INDEX_FLAG_ALT);
 		file = sdbox_file_init(ctx->mbox, uid);
 		dbox_sync_file_move_if_needed(file, type);
 		dbox_file_unref(&file);


More information about the dovecot-cvs mailing list