shevy - 2019-11-23

Sorry for the formatting above ... sourceforge is ... well. :P

The error appears to begin here:

gcc -DHAVE_CONFIG_H -DSOUND -DAUDIO_BUFFER_SIZE=256 -DSRC_DIR=\"/usr/share/ltris\" -DHI_DIR=\"/usr/var\"  -DLOCALEDIR=\"/usr/share/locale\" -I. -I..     -O2 -fPIC -fno-strict-overflow -Wno-error -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DSDL_1_1_5 -MT menu.o -MD -MP -MF .deps/menu.Tpo -c -o menu.o menu.c
In file included from ltris.h:35,
                 from manager.h:21,
                 from menu.c:18:
tools.h:57:13: warning: inline functiondelay_force_time_outdeclared     but never defined
   57 | inline void delay_force_time_out( Delay *delay );