I am using version 2.3.0

On Aug 17, 8:24 pm, Kenton Varda <[email protected]> wrote:
> No, the warning is not specific to your system.  I believe we fixed these
> warnings in version 2.3.0 -- maybe you should upgrade?
>
> On Tue, Aug 17, 2010 at 7:17 AM, nirajshr <[email protected]> wrote:
> > I am getting the following warning message from the compiler while
> > compiling my program with google protocol buffers using g++ (gcc
> > version 4.1.2  (Red Hat 4.1.2-46)) with a -Wall option.
>
> > /usr/include/google/protobuf/io/coded_stream.h: In member function
> > 'bool
>
> > google::protobuf::io::CodedInputStream::ReadLittleEndian32(google::protobuf::uint32*)':
> > /home/nshresth/usr/include/google/protobuf/io/coded_stream.h:776:
> > warning: comparison between signed and unsigned integer expressions
>
> > /usr/include/google/protobuf/io/coded_stream.h: In member function
> > 'bool
>
> > google::protobuf::io::CodedInputStream::ReadLittleEndian64(google::protobuf::uint64*)':
> > /usr/include/google/protobuf/io/coded_stream.h:791: warning:
> > comparison between signed and unsigned integer expressions
>
> > I want to know if this warning is specific to my system.
>
> > --
> > 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]<protobuf%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/protobuf?hl=en.

-- 
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.

Reply via email to