It should be size_t, not unsigned int...probably at least, but smartwin needs some love in this area
- windows often uses int and there needs to be a clear policy as to how to handle that, so I'd leave
that warning for now to remind us of this issue...
/J
Michael Jones wrote:
> Please ignore the older patch i sent for this, since some files have been updated since then, and i think in the previous patch i maybe screwed up a little bit :P
> In the rar there are 3 patches.
>
> 1st sorts "unused variable border" which is in 3 files. It does this by deleting the "border" variable which never gets used.
>
> 2nd sorts a few of the signed / unsigned comparisons. It does 3, all of them in for loops where the for (int i . . has just been changed to an unsigned int i
>
> 3rd fixes two enumerate value 'none' not in switch, by adding it to the switch.
> _________________________________________________________________
> Who's friends with who and co-starred in what?
> http://www.searchgamesbox.com/celebrityseparation.shtml
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> dcplusplus-devel mailing list
> dcp...@li...
> https://lists.sourceforge.net/lists/listinfo/dcplusplus-devel
|