You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 8 or so vector iterators that operate off of size() which is a uint
not an int, sign mismatch between that and the declared int iterator.
Simple fix, just declare them as unsigned, attached complete cpp file with
changes.
Original issue reported on code.google.com by themend...@gmail.com on 27 Oct 2010 at 1:12
Original issue reported on code.google.com by
themend...@gmail.com
on 27 Oct 2010 at 1:12Attachments:
The text was updated successfully, but these errors were encountered: