dovecot-2.2-pigeonhole: Fixed duplicate const specifier warning ...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Fri May 22 21:36:13 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/aca6b7806a47
changeset: 2078:aca6b7806a47
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Fri May 22 23:36:03 2015 +0200
description:
Fixed duplicate const specifier warning from Clang.

diffstat:

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

diffs (12 lines):

diff -r 330e55055d61 -r aca6b7806a47 src/lib-sieve/plugins/relational/ext-relational-common.c
--- a/src/lib-sieve/plugins/relational/ext-relational-common.c	Fri May 22 21:14:21 2015 +0200
+++ b/src/lib-sieve/plugins/relational/ext-relational-common.c	Fri May 22 23:36:03 2015 +0200
@@ -146,7 +146,7 @@
  * Relational match-type operand
  */
 
-const const struct sieve_match_type_def *rel_match_types[] = {
+const struct sieve_match_type_def *rel_match_types[] = {
     &rel_match_value_gt, &rel_match_value_ge, &rel_match_value_lt,
     &rel_match_value_le, &rel_match_value_eq, &rel_match_value_ne,
     &rel_match_count_gt, &rel_match_count_ge, &rel_match_count_lt,


More information about the dovecot-cvs mailing list