dovecot-2.2: lib-fts: Compiler warning fix when building without...

dovecot at dovecot.org dovecot at dovecot.org
Sat May 9 09:52:55 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/3363fadc2e13
changeset: 18571:3363fadc2e13
user:      Timo Sirainen <tss at iki.fi>
date:      Sat May 09 12:50:54 2015 +0300
description:
lib-fts: Compiler warning fix when building without libicu

diffstat:

 src/lib-fts/fts-filter-normalizer-icu.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ac6ae1b9f5c4 -r 3363fadc2e13 src/lib-fts/fts-filter-normalizer-icu.c
--- a/src/lib-fts/fts-filter-normalizer-icu.c	Sat May 09 12:50:11 2015 +0300
+++ b/src/lib-fts/fts-filter-normalizer-icu.c	Sat May 09 12:50:54 2015 +0300
@@ -263,7 +263,7 @@
 				 const char **token ATTR_UNUSED,
 				 const char **error_r ATTR_UNUSED)
 {
-	return NULL;
+	return -1;
 }
 
 static void


More information about the dovecot-cvs mailing list