===> Building for ait-1.13 cc -pipe -Os -c command.c command.c:1900:23: warning: too many arguments in call to 'insertspacetab' insertspacetab(FALSE); ~~~~~~~~~~~~~~ ^ command.c:1900:17: warning: passing arguments to 'insertspacetab' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] insertspacetab(FALSE); ^ 2 warnings generated. cc -pipe -Os -c display.c cc -pipe -Os -c gap.c cc -pipe -Os -c key.c cc -pipe -Os -c search.c cc -pipe -Os -c buffer.c cc -pipe -Os -c replace.c cc -pipe -Os -c window.c cc -pipe -Os -c complete.c cc -pipe -Os -c hilite.c cc -pipe -Os -c util.c cc -pipe -Os -c shell.c cc -pipe -Os -c main.c cc -L/opt/pkg/lib -o ait command.o display.o gap.o key.o search.o buffer.o replace.o window.o complete.o hilite.o util.o shell.o main.o