dovecot-2.0: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 06:58:55 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/ec7a2fe4aab2
changeset: 10701:ec7a2fe4aab2
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 13 06:58:34 2010 +0200
description:
Compiler warning fix.

diffstat:

 src/login-common/ssl-proxy-openssl.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b14e694fc8b4 -r ec7a2fe4aab2 src/login-common/ssl-proxy-openssl.c
--- a/src/login-common/ssl-proxy-openssl.c	Sat Feb 13 06:44:05 2010 +0200
+++ b/src/login-common/ssl-proxy-openssl.c	Sat Feb 13 06:58:34 2010 +0200
@@ -720,7 +720,7 @@
 			       bits, alg_bits, comp_str);
 }
 
-const char *ssl_proxy_get_compression(struct ssl_proxy *proxy)
+const char *ssl_proxy_get_compression(struct ssl_proxy *proxy ATTR_UNUSED)
 {
 #ifdef HAVE_SSL_COMPRESSION
 	const COMP_METHOD *comp;


More information about the dovecot-cvs mailing list