dovecot-2.0: Compiler warning/error fix to recent logging API ch...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 15 21:40:11 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/9dd776345b22
changeset: 12285:9dd776345b22
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 15 19:40:06 2010 +0100
description:
Compiler warning/error fix to recent logging API changes.

diffstat:

 src/master/main.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a771ccba0c31 -r 9dd776345b22 src/master/main.c
--- a/src/master/main.c	Fri Oct 15 19:30:04 2010 +0100
+++ b/src/master/main.c	Fri Oct 15 19:40:06 2010 +0100
@@ -124,7 +124,7 @@
 	return 0;
 }
 
-static void ATTR_NORETURN ATTR_FORMAT(3, 0)
+static void ATTR_NORETURN ATTR_FORMAT(2, 0)
 master_fatal_callback(const struct failure_context *ctx,
 		      const char *format, va_list args)
 {


More information about the dovecot-cvs mailing list