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:
parent
723cee44d0
commit
338f952c00
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user