dovecot-1.1: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 25 16:07:35 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/e2dad6156c34
changeset: 7969:e2dad6156c34
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 25 15:20:33 2008 +0300
description:
Compiler warning fix.

diffstat:

1 file changed, 1 deletion(-)
src/lib-mail/message-address.c |    1 -

diffs (11 lines):

diff -r 68ef55e516af -r e2dad6156c34 src/lib-mail/message-address.c
--- a/src/lib-mail/message-address.c	Sat Oct 25 15:20:04 2008 +0300
+++ b/src/lib-mail/message-address.c	Sat Oct 25 15:20:33 2008 +0300
@@ -305,7 +305,6 @@ message_address_parse_real(pool_t pool, 
 			   unsigned int max_addresses, bool fill_missing)
 {
 	struct message_address_parser_context ctx;
-	int ret;
 
 	memset(&ctx, 0, sizeof(ctx));
 


More information about the dovecot-cvs mailing list