From: Timo Sirainen Date: Wed, 20 Mar 2019 12:00:51 +0000 (+0200) Subject: lib-storage: Fix -Wimplicit-fallthrough compiler warning X-Git-Tag: 2.3.9~602 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40dcd318f165179672fc998d2ca55c8cd545af98;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Fix -Wimplicit-fallthrough compiler warning --- diff --git a/src/lib-storage/index/index-search.c b/src/lib-storage/index/index-search.c index e53b297729..4107cf9365 100644 --- a/src/lib-storage/index/index-search.c +++ b/src/lib-storage/index/index-search.c @@ -381,8 +381,7 @@ static int search_arg_match_cached(struct index_search_context *ctx, case SEARCH_SINCE: return date >= arg->value.time ? 1 : 0; default: - /* unreachable */ - break; + i_unreached(); } /* sizes */