He guys! I was compiling my mud when I decided to take a look at a few of the original warnings from smaug 1.4. All of the Else warnings were cake to care of since it just involved poor formatting. However there are two warnings which I am not totally sure about. 1 is in act_comm.c line 3359
ret = re_exec(what);
I am getting an implicit decleration error.
Then also in interp.c line 757
time_used.tv_sec, time_used.tv_usec );
Same error.
Any ideas on how I can get rid of them? :) They are my last warnings. Makes debugging easier when I know any warnings or errors come from my new code hehe.
Thanks!
Azrith
ret = re_exec(what);
I am getting an implicit decleration error.
Then also in interp.c line 757
time_used.tv_sec, time_used.tv_usec );
Same error.
Any ideas on how I can get rid of them? :) They are my last warnings. Makes debugging easier when I know any warnings or errors come from my new code hehe.
Thanks!
Azrith