mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Revert "(my_exit): cleanup no attribute noreturn warning."
This reverts commit b91ab44b43
.
This commit is contained in:
parent
8f49a93aa2
commit
f09d863ddf
@ -356,7 +356,8 @@ save_stop_handler (void)
|
||||
* @param status exit code
|
||||
*/
|
||||
|
||||
void __attribute__ ((noreturn)) my_exit (int status)
|
||||
void
|
||||
my_exit (int status)
|
||||
{
|
||||
_exit (status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user