Closed GoogleCodeExporter closed 9 years ago
Hi,
The missing include guard is fixed in r66. As of warnings, it's nigh-impossible
to keep a project warning free on a compiler you don't even have; thus I doubt
we're going to make an effort ourselves to fix MSVC warnings, but feel free to
send patches as long as they don't uglify the rest of the code.
Original comment by se...@google.com
on 31 Jul 2012 at 11:46
Hi sesse:
Yes, I agree with you that compiler warning free is not necessary, there are some warnings under win64 build because size_t is 64bit and long is 32bit under win64, some cast trunctions may cause problems though, maybe these need some instigation, snappy is excel at speed and compression ratio, thanks for your effort.
Original comment by hume...@gmail.com
on 31 Jul 2012 at 1:01
Original issue reported on code.google.com by
hume...@gmail.com
on 26 Jul 2012 at 12:33