1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-17 14:08:12 +00:00

xz: add missing noreturn for message_filters_help

Fixes: a165d7df1964121eb9df715e6f836a31c865beef
This commit is contained in:
Sam James 2024-04-11 23:01:44 +01:00 committed by Lasse Collin
parent 863f13d282
commit 462ca94099

View File

@ -115,6 +115,7 @@ extern void message_help(bool long_help);
/// Prints a help message specifically for using the --filters and
/// --filtersX command line options.
tuklib_attr_noreturn
extern void message_filters_help(void);