-
- Downloads
Fix some signed/unsigned comparison warnings and errors.
Comparing "unsigned value" >= 0 will always yield true so don't do that. [[Imported from SVN: r1300]]
Please register or sign in to comment
Comparing "unsigned value" >= 0 will always yield true so don't do that. [[Imported from SVN: r1300]]