Updates:
        Status: Accepted

Comment #1 on issue 172 by [email protected]: 2.3.0 fails to compile with -Wall -Wextra -Werror
http://code.google.com/p/protobuf/issues/detail?id=172

GCC ignores warnings in system headers. You can use -isystem in place of -I to make GCC treat an include directory as containing system headers. You should do this for your protobuf includes, as it is difficult for us to satisfy the union of all users'
warning settings.

That said, the sign comparison warnings were fixed in revision 302.

The unused parameter warning is still present but seems easy enough to fix.

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