mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
wmaker: Added attribute 'noreturn' to appropriate functions
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
34089d7661
commit
6dda67bc51
@@ -269,7 +269,7 @@ static int initWVisualID(const char *user_str)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Exit(int status)
|
||||
noreturn void Exit(int status)
|
||||
{
|
||||
if (dpy)
|
||||
XCloseDisplay(dpy);
|
||||
@@ -464,7 +464,7 @@ Bool RelaunchWindow(WWindow *wwin)
|
||||
*
|
||||
*----------------------------------------------------------------------
|
||||
*/
|
||||
void wAbort(Bool dumpCore)
|
||||
noreturn void wAbort(Bool dumpCore)
|
||||
{
|
||||
int i;
|
||||
WScreen *scr;
|
||||
|
||||
Reference in New Issue
Block a user