/in/database.c: In function 'self':
/in/database.c:276:29: warning: unused variable 'n' [-Wunused-variable]
int k=0,delta=6,n=0;
^
/in/database.c:68:24: warning: unused variable 'filename' [-Wunused-variable]
char head[256],filename[256],tablename[256];
^~~~~~~~
/in/database.c: In function 'main':
/in/database.c:363:5: warning: implicit declaration of function 'gets'; did you mean 'fgets'? [-Wimplicit-function-declaration]
gets(order);
^~~~
fgets
/in/database.c:571:29: warning: unused variable 'n' [-Wunused-variable]
int k=0,delta=6,n=0;
^
/tmp/ccyrUfRT.o: In function `main':
database.c:(.text.startup+0x7a6): warning: the `gets' function is dangerous and should not be used.