qkslvrwolf
Programmer
When I try to compile a program, I get the following warning message set:
functions.c:64: warning: type mismatch with previous implicit declaration
functions.c:16: warning: previous implicit declaration of `getWord'
functions.c:64: warning: `getWord' was previously implicitly declared to return `int'
Now, there is no where and no way getWord was implicitly declared to return anything..its explictly declared to return void...
whats up with this?
functions.c:64: warning: type mismatch with previous implicit declaration
functions.c:16: warning: previous implicit declaration of `getWord'
functions.c:64: warning: `getWord' was previously implicitly declared to return `int'
Now, there is no where and no way getWord was implicitly declared to return anything..its explictly declared to return void...
whats up with this?