When I include my generated code in my C++ project in Visual Studio, I
get TONS of warnings. Here are a few of them
1>
test.pb.cc
1>c:\dev\common_inc\google\protobuf\unknown_field_set.h(188) : warning
C4251: 'google::protobuf::UnknownField::varint_' : class
'google::protobuf::RepeatedField<Element>' needs to have dll-interface
to be used by clients of class 'google::protobuf::UnknownField'
1> with
1> [
1> Element=google::protobuf::uint64
1> ]
1>c:\test\shared\src\
test.pb.cc(168) : warning C4355: 'this' : used in
base member initializer list
And lots of data conversion warnings. Are there any plans to address
these soon?