]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
xz: add missing noreturn for message_filters_help
authorSam James <sam@gentoo.org>
Thu, 11 Apr 2024 22:01:44 +0000 (23:01 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 14 Apr 2024 14:26:54 +0000 (17:26 +0300)
Fixes: a165d7df1964121eb9df715e6f836a31c865beef
src/xz/message.h

index 1734f0eaab6807c1a36e77629eb0afe4567ebdcd..3f6e183585f70a01ae7e926c176e9aabfbbcc952 100644 (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);