Comment #13 on issue 361 by [email protected]: Fix warnings http://code.google.com/p/protobuf/issues/detail?id=361
It's the convention at Google to use "int" as loop counters, which makes it pointless to update the code to use "size_t" as it's inevitable that new code will introduce more "int"s in the future. Unless Google's style guide discourages the use of "int", we shouldn't bother to make the change.
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
