Warnings with member variables in C++

2009-06-25 Thread dan.schmidt.valle
Hi there, I'm developing an app in C++ and I use PB for lots of things. I'm also in an environment that requires me to make sure the code passes very strict warning levels. I found out when I started using them that PB didn't include the _unknown_fields_ or any of the repeated field containers

Re: Warnings with member variables in C++

2009-06-25 Thread Kenton Varda
BTW, this was also reported awhile ago as issue 86: http://code.google.com/p/protobuf/issues/detail?id=86 On Thu, Jun 25, 2009 at 12:55 PM, Kenton Varda ken...@google.com wrote: The problem is that GCC emits two or three copies of each constructor. In order to keep generated code size down,