/in/inDictionary.c: In function 'inDictionary':
/in/inDictionary.c:13:3: error: assignment makes integer from pointer without a cast [-Werror=int-conversion]
*w=argv[i+1];
^
/in/inDictionary.c:17:20: error: assignment to expression with array type
dic[i].word=" ";
^
/in/inDictionary.c:20:20: error: assignment to expression with array type
dic[i].word=*w;
^
/in/inDictionary.c:10:22: error: unused parameter 'argc' [-Werror=unused-parameter]
int inDictionary(int argc,char* argv[]){
^~~~
cc1: all warnings being treated as errors