utils/main.h: MainExit() add ATTR_NORETURN hint
This commit is contained in:
parent
31d7130833
commit
c8974ed2ec
|
|
@ -92,7 +92,7 @@ extern Transform RootToEditTransform;
|
||||||
|
|
||||||
/* global procedures */
|
/* global procedures */
|
||||||
|
|
||||||
extern void MainExit(int); /* a way of exiting that cleans up after itself */
|
extern void MainExit(int) ATTR_NORETURN; /* a way of exiting that cleans up after itself */
|
||||||
extern void magicMain();
|
extern void magicMain();
|
||||||
|
|
||||||
/* C99 compat */
|
/* C99 compat */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue