mc/lib/search
Yury V. Zaytsev 40867e5740 clang: fix -Wimplicit-fallthrough warning
../../../lib/search/normal.c:75:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
        default:
        ^
../../../lib/search/normal.c:75:9: note: insert 'break;' to avoid fall-through
        default:
        ^
        break;

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2024-06-02 12:49:13 +03:00
..
glob.c (mc_search__glob_translate_to_regex): reduce variable scope, refactor. 2024-06-02 12:49:12 +03:00
hex.c Merge lib/strescape.h into lib/strutil.h. Rename functions. 2024-04-07 16:38:11 +03:00
internal.h Ticket #4450: support PCRE2 in the search engine. 2023-03-25 10:07:41 +03:00
lib.c Update copyright years. 2024-01-01 09:46:17 +03:00
Makefile.am Ticket #4450: support PCRE2 in the search engine. 2023-03-25 10:07:41 +03:00
normal.c clang: fix -Wimplicit-fallthrough warning 2024-06-02 12:49:13 +03:00
regex.c Merge lib/strescape.h into lib/strutil.h. Rename functions. 2024-04-07 16:38:11 +03:00
search.c Update copyright years. 2024-01-01 09:46:17 +03:00