dovecot-2.0: Compiler warning fix with non-Linux.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 9 21:17:13 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/e03003e935b5
changeset: 9462:e03003e935b5
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 09 11:16:57 2009 -0700
description:
Compiler warning fix with non-Linux.

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
src/master/service-process.c |    3 ++-

diffs (13 lines):

diff -r df1d8e45c067 -r e03003e935b5 src/master/service-process.c
--- a/src/master/service-process.c	Tue Jun 09 11:14:51 2009 -0700
+++ b/src/master/service-process.c	Tue Jun 09 11:16:57 2009 -0700
@@ -538,7 +538,8 @@ get_exit_status_message(struct service *
 	return NULL;
 }
 
-static void log_coredump(struct service *service, string_t *str, int status)
+static void log_coredump(struct service *service ATTR_UNUSED,
+			 string_t *str, int status)
 {
 #ifdef WCOREDUMP
 	int signum = WTERMSIG(status);


More information about the dovecot-cvs mailing list