zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #17520
Re: [Merge] lp:~zorba-coders/zorba/bug1100471 into lp:zorba
213,222,231,240,243,252: should be cast to Members::size_type.
296,297: Should be vector<char>::size_type (why are you obsessing over std::string::size_type?)
310,319,332: Should be cast to checked_vector<store::Item_t>::size_type not size_t.
358,367,393,403,404,417: Cast to wrong type.
It seems like you missed fixing a few. I also seems to be like you're simply guessing at what the correct type should be. Do you understand how to determine the correct type?
--
https://code.launchpad.net/~zorba-coders/zorba/bug1100471/+merge/144035
Your team Zorba Coders is subscribed to branch lp:zorba.
References