dovecot-2.2: lib-fts: Avoid compiler warning when building witho...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Jun 2 20:30:56 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/1972b0acce17
changeset: 18808:1972b0acce17
user: Timo Sirainen <tss at iki.fi>
date: Tue Jun 02 23:28:35 2015 +0300
description:
lib-fts: Avoid compiler warning when building without libicu
diffstat:
src/lib-fts/fts-filter-lowercase.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4f66f717fe87 -r 1972b0acce17 src/lib-fts/fts-filter-lowercase.c
--- a/src/lib-fts/fts-filter-lowercase.c Tue Jun 02 22:47:21 2015 +0300
+++ b/src/lib-fts/fts-filter-lowercase.c Tue Jun 02 23:28:35 2015 +0300
@@ -37,7 +37,7 @@
}
static int
-fts_filter_lowercase_filter(struct fts_filter *filter,
+fts_filter_lowercase_filter(struct fts_filter *filter ATTR_UNUSED,
const char **token,
const char **error_r ATTR_UNUSED)
{
More information about the dovecot-cvs
mailing list