replaced mpd_noreturn by G_GNUC_NORETURN
We want to remove gcc.h eventually. This takes care of all the G_GNUC_NORETURN macros.
This commit is contained in:
@@ -99,7 +99,7 @@ void read_state_file(void)
|
||||
while(fclose(fp) && errno == EINTR) /* nothing */;
|
||||
}
|
||||
|
||||
void mpd_noreturn state_file_fatal(void)
|
||||
void G_GNUC_NORETURN state_file_fatal(void)
|
||||
{
|
||||
FATAL("error parsing state file \"%s\"\n", sfpath);
|
||||
}
|
||||
|
Reference in New Issue
Block a user