Problem with 66 warnings.
#2

i =0 is generally used for.. for loops.
You are getting so many warnings because you have defined i somewhere and then you have also used for(new i = 0; i < MAX_PLAYERS; i++) which means i is globally defined and then redefined in for loops.

Would be great if you can post more code from the new i=0, pAns[MAX_ANSWERS]; or are they globally defined?
I hope you understand what I meant to say.
Reply


Messages In This Thread
Problem with 66 warnings. - by dundolina - 21.07.2012, 15:14
Re: Problem with 66 warnings. - by Jikesh - 21.07.2012, 15:26
Re: Problem with 66 warnings. - by dundolina - 21.07.2012, 16:15
Re: Problem with 66 warnings. - by dundolina - 21.07.2012, 20:37
Re: Problem with 66 warnings. - by dundolina - 22.07.2012, 09:04
Re: Problem with 66 warnings. - by dundolina - 22.07.2012, 12:25
Re: Problem with 66 warnings. - by [MM]RoXoR[FS] - 22.07.2012, 13:15
Re: Problem with 66 warnings. - by dundolina - 22.07.2012, 13:38
Re: Problem with 66 warnings. - by dundolina - 22.07.2012, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)