/in/database.c: In function 'main':
/in/database.c:30:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
while(strcomm[num++]=strtok(NULL," "));
^~~~~~~
/in/database.c: In function 'dbauto':
/in/database.c:75:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
while(strcomm[num++]=strtok(NULL," "));
^~~~~~~
/in/database.c: In function 'dblist':
/in/database.c:159:32: warning: unused parameter 'strcomm' [-Wunused-parameter]
void dblist(Database *db,char *strcomm[]){
^~~~~~~