mirror of https://git.tukaani.org/xz.git
xz: add missing noreturn for message_filters_help
Fixes:a165d7df19
(cherry picked from commit462ca94099
)
This commit is contained in:
parent
2633d8df61
commit
eed2f26c0e
|
@ -115,6 +115,7 @@ extern void message_help(bool long_help);
|
||||||
|
|
||||||
/// Prints a help message specifically for using the --filters and
|
/// Prints a help message specifically for using the --filters and
|
||||||
/// --filtersX command line options.
|
/// --filtersX command line options.
|
||||||
|
tuklib_attr_noreturn
|
||||||
extern void message_filters_help(void);
|
extern void message_filters_help(void);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue