View Single Post
  #2  
Old 01-07-2004, 08:06 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

You think?


client.cpp:3413: name lookup of `i' changed for new ISO `for' scoping
client.cpp:3401: using obsolete binding at `i'


change the i's in this for loop to something like int j.. gcc doesnt like reusing a variable outside its defined scope
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote