[protobuf] Re: g++4.4 fix

2009-10-30 Thread Kenton Varda
Are you sure the problem isn't simply that you've enabled certain pedantic warnings? I strongly doubt that GCC 4.4 actually requires explicit initialization of superclasses as this would break lots and lots of code. On Fri, Oct 30, 2009 at 10:13 AM, Oleg Smolsky o...@smolsky.net wrote: Hey

[protobuf] Re: g++4.4 fix

2009-10-30 Thread Kenton Varda
I've applied the patch anyway -- minus the disparaging comment -- since there's no harm and other people have complained about this. Rev 238. On Fri, Oct 30, 2009 at 10:56 AM, Oleg Smolsky o...@smolsky.net wrote: Oh, man you are right. It's a combination of -Werror and -Wextra. Well, this