northeastsquare / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

signed/unsigned mismatch warning compiling in MSVC #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When enabling snappy in Chromium, the following compilation warning is seen on 
Windows building with MSVC:

E:\b\build\slave\win\build\src\third_party\snappy\src\snappy.cc(1012) : warning 
C4018: '<=' : signed/unsigned mismatch

We could suppress this warning, but an upstream fix is preferable.

Original issue reported on code.google.com by jsbell@chromium.org on 27 Feb 2013 at 10:54

GoogleCodeExporter commented 9 years ago

Original comment by se...@google.com on 14 Jun 2013 at 2:31

GoogleCodeExporter commented 9 years ago
Building Firefox yields a similar warning for line 962. Firefox uses v1.0.4, so 
looks like the same problem.

Original comment by pauli.a....@gmail.com on 27 Jul 2013 at 7:45

GoogleCodeExporter commented 9 years ago
Fixed in r79. Sorry about the long turnaround time.

Original comment by se...@google.com on 29 Jul 2013 at 11:07