Comment #8 on issue 83 by halostatue: protobuf does not compile cleanly in
64-bit mode in Visual Studio 2008
http://code.google.com/p/protobuf/issues/detail?id=83
Visual Studio cannot disable warnings for third-party headers. I'm not sure
that
disabling these warnings in stubs/common.h is the right place for this;
looking
through the externed gtest code (where a number of #pragma warning options
are used),
these are tightly constrained to the code where the warning is generated.
As such, the
attached patch does the same.
Attachments:
fix-vs-warnings.h 1.0 KB
--
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.