Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is just generating pointless noise from gcc: ``` gcc -DHAVE_CONFIG_H -I. -I.. -D_USE_AUTOCONF -D_GNU_SOURCE -I../include -I. -I/usr/include/SDL2 -D_REENTRANT -DUSE_ALSA -DUSE_DLTRICK_ALSA -DUSE_OSS -DUSE_NETWORK -DUSE_X11 -DUSE_XV -DHAS_YM3812=1 -DHAS_Y8950=0 -DHAS_YM3526=0 -DUSE_FLAC -DUSE_ROCKET -g -O2 -MT schism/main.o -MD -MP -MF $depbase.Tpo -c -o schism/main.o ../schism/main.c &&\ mv -f $depbase.Tpo $depbase.Po ../schism/main.c: In function ‘event_loop’: ../schism/main.c:1086:1: warning: ‘noreturn’ function does return 1086 | } | ^ ``` I see no obvious reason why it's important for the compiler to be informed of event_loop()'s not returning, and right now it's just adding a false-positive warning to the build.
- Loading branch information