[protobuf] Re: Resolved warnings for visual studio

2015-10-14 Thread Thomas Karlsson
Hi, Great, thanks! /Thomas On Wednesday, October 14, 2015 at 1:40:21 AM UTC+2, Thomas Karlsson wrote: > > Hi. > > I have created two pull requests: > https://github.com/google/protobuf/pull/875 > https://github.com/google/protobuf/pull/876 > > That resolves two

[protobuf] Resolved warnings for visual studio

2015-10-13 Thread Thomas Karlsson
Hi. I have created two pull requests: https://github.com/google/protobuf/pull/875 https://github.com/google/protobuf/pull/876 That resolves two warnings regarding types that are misused (returning a bool as int and setting an uint32 value from an uint64 value) using visual studio 2013. But to