Mark error handlers as "noreturn"
Match X headers to satisfy newer compilers.
This commit is contained in:
@@ -77,7 +77,7 @@ NlsStrings smNLS;
|
||||
static int LibError( Display *, XErrorEvent *) ;
|
||||
static int LibIOError( void ) ;
|
||||
static void ToolkitWarning( char *) ;
|
||||
static void ToolkitError( char *) ;
|
||||
static void ToolkitError( char *) __attribute__((noreturn)) ;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user