mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 11:32:34 +01:00
Add attribute 'noreturn' to a few functions pointed by clang
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
7caadb48de
commit
ab348c6dc8
@@ -100,7 +100,7 @@ typedef struct BackgroundTexture {
|
||||
int height;
|
||||
} BackgroundTexture;
|
||||
|
||||
static void quit(int rcode)
|
||||
static noreturn void quit(int rcode)
|
||||
{
|
||||
WMReleaseApplication();
|
||||
exit(rcode);
|
||||
|
||||
Reference in New Issue
Block a user