Comment #23 on issue 83 by kevin.ar...@gmail.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008
http://code.google.com/p/protobuf/issues/detail?id=83

This patch addresses more of the warnings by making casts that implicitly narrow from unsigned to int or size_t to unsigned or int explicit.

It would be better to fix the code by using the correct type (size_t) to represent sizes of collections and strings, but that would be a far more intrusive change set.

Attachments:
        make_narrowing_casts_explicit.patch  7.4 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to