Comment #9 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. [This patch suppresses both the 32-bit and the 64-bit
warnings.]

Attachments:
        fix-vs-warnings.h  3.2 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 proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to