Status: New
Owner: ken...@google.com
Labels: Type-Defect Priority-Medium

New issue 172 by exeonical: 2.3.0 fails to compile with -Wall -Wextra -Werror
http://code.google.com/p/protobuf/issues/detail?id=172

My system:
  Ubuntu 9.04
  gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)

Errors:
include/google/protobuf/io/coded_stream.h:776: error: comparison between
signed and unsigned integer expressions

include/google/protobuf/io/coded_stream.h:791: error: comparison between
signed and unsigned integer expressions

include/google/protobuf/wire_format_lite_inl.h:228: error: unused parameter
‘tag_size’

First two fail because sizeof returns uint and BufferSize return int.
Simple typecast will fix these. The last error can be fixed by commenting
tag_size variable name out.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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