mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58: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
@@ -387,7 +387,7 @@ static void handle_inotify_events(int fd, int wd)
|
||||
* Calls inotifyGetEvents if defaults database changes.
|
||||
*----------------------------------------------------------------------
|
||||
*/
|
||||
void EventLoop(void)
|
||||
noreturn void EventLoop(void)
|
||||
{
|
||||
XEvent event;
|
||||
#ifdef HAVE_INOTIFY
|
||||
|
||||
Reference in New Issue
Block a user