Comment #14 on issue 83 by temporal: protobuf does not compile cleanly in
64-bit mode in Visual Studio 2008
http://code.google.com/p/protobuf/issues/detail?id=83
The problem with the truncating_cast as you've specified is that both
warning 4244 and 4267 are reported;
So disable both, then. Still better than adding pragmas everywhere where
this
happens.
A possible different alternative is to change the code generator so that
the
generated .cc files include these headers with the appropriate pragma
I don't think that helps because it's not just the .pb.cc files that must
include these.
Your own code may need to use them directly as well.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.