1
0
mirror of https://git.tukaani.org/xz.git synced 2025-12-11 16:08:45 +00:00

xz: Silence clang -Wunreachable-code-break

Fixes: a165d7df1964 ("xz: Add a new --filters-help option.")
This commit is contained in:
Lasse Collin 2025-11-26 13:50:57 +02:00
parent 723cee44d0
commit 338f952c00
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -480,7 +480,6 @@ parse_real(args_info *args, int argc, char **argv)
case OPT_FILTERS_HELP: case OPT_FILTERS_HELP:
// This doesn't return. // This doesn't return.
message_filters_help(); message_filters_help();
break;
case OPT_X86: case OPT_X86:
coder_add_filter(LZMA_FILTER_X86, coder_add_filter(LZMA_FILTER_X86,