Mark error handlers as "noreturn"

Match X headers to satisfy newer compilers.
This commit is contained in:
Patrick Georgi
2025-09-23 21:12:13 +02:00
parent ef2c655f55
commit ae767ed3dc
7 changed files with 14 additions and 13 deletions

View File

@@ -285,7 +285,7 @@ static void ErrorHandler(
Display *disp,
XErrorEvent *event) ;
static void ToolkitErrorHandler(
char *message) ;
char *message) __attribute__((noreturn)) ;
static void Usage(
char **argv) ;
static void RestrictModeUsage(