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 proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to