1
0
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:
Christophe CURIS
2014-05-09 21:29:13 +02:00
committed by Carlos R. Mafra
parent 7caadb48de
commit ab348c6dc8
2 changed files with 9 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ typedef struct BackgroundTexture {
int height;
} BackgroundTexture;
static void quit(int rcode)
static noreturn void quit(int rcode)
{
WMReleaseApplication();
exit(rcode);