dovecot-2.2-pigeonhole: Fixed compiler warning.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Dec 25 22:51:30 EET 2013


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/570b58093003
changeset: 1830:570b58093003
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Dec 25 21:48:15 2013 +0100
description:
Fixed compiler warning.

diffstat:

 src/lib-sieve/plugins/ihave/ext-ihave-binary.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9448c8ae2f15 -r 570b58093003 src/lib-sieve/plugins/ihave/ext-ihave-binary.c
--- a/src/lib-sieve/plugins/ihave/ext-ihave-binary.c	Wed Dec 25 21:45:47 2013 +0100
+++ b/src/lib-sieve/plugins/ihave/ext-ihave-binary.c	Wed Dec 25 21:48:15 2013 +0100
@@ -115,7 +115,7 @@
 
 static bool ext_ihave_binary_pre_save
 (const struct sieve_extension *ext, struct sieve_binary *sbin,
-	void *context, enum sieve_error *error_r)
+	void *context, enum sieve_error *error_r ATTR_UNUSED)
 {
 	struct ext_ihave_binary_context *binctx =
 		(struct ext_ihave_binary_context *) context;


More information about the dovecot-cvs mailing list