Comment #3 on issue 361 by [email protected]: Fix warnings
http://code.google.com/p/protobuf/issues/detail?id=361
There are also few warnings I don't know how to handle properly
protobuf-2.4.1\src\google\protobuf\text_format.cc:126: warning:
C4355: 'this' : used in base member initializer list
protobuf-2.4.1\src\google\protobuf\compiler\importer.cc:118: warning:
C4355: 'this' : used in base member initializer list
protobuf-2.4.1\src\google\protobuf\text_format.cc:423: warning:
C4800: 'google::protobuf::uint64' : forcing value to bool 'true' or 'false'
(performance warning)
protobuf-2.4.1\src\google\protobuf\text_format.cc:423: warning:
C4800: 'google::protobuf::uint64' : forcing value to bool 'true' or 'false'
(performance warning)
protobuf-2.4.1\src\google\protobuf\generated_message_reflection.cc:1149:
warning: C4800: 'const google::protobuf::uint32' : forcing value to
bool 'true' or 'false' (performance warning)
--
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.