Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A certain annoying warning that crops up seemingly at random

Status
Not open for further replies.

qkslvrwolf

Programmer
Jul 9, 2002
28
US
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?


 
Can you please post your code? Without the code, I can't see what the compiler might be seeing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top