Thanks this will be solved asap

On Thursday, October 12, 2017 at 10:50:45 PM UTC-7, David Purdie wrote:
>
> In the header file src/google/protobuf/stubs/hash.h
> The line: 
>
> # if __GNUC__ == 4 && defined(__GNUC__MINOR__) && __GNUC__MINOR__ <= 1
>
>
> is incorrect. __GNUC__MINOR__ does not exist. It should be __GNUC_MINOR__
> There should be a single underscore(_) between the GNUC and the MINOR and 
> not a double underscore.
>
> This is the only occurrence of __GNUC__MINOR__. All the others are 
> __GNUC_MINOR__
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to