[protobuf] Re: Issue 266 in protobuf: Protoc generates unused variable in Java for protobuf with single repeated field

2011-12-13 Thread protobuf
Comment #2 on issue 266 by wolfma...@gmail.com: Protoc generates unused variable in Java for protobuf with single repeated field http://code.google.com/p/protobuf/issues/detail?id=266 this is really annoying, need to add a required field to avoid the warning. -- You received this message

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2011-12-13 Thread protobuf
Comment #22 on issue 83 by heydu...@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 We applied some more patches to our copy of protobuf; Doesn't address all of the problems listed, obviously, but it

[protobuf] Issue 355 in protobuf: SerializeToString question

2011-12-13 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 355 by seewin...@gmail.com: SerializeToString question http://code.google.com/p/protobuf/issues/detail?id=355 What steps will reproduce the problem? message Position3D { required float x = 1;