lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.06k stars 421 forks source link

silence cl.exe /RTCc alerts in unfilterScanline() #43

Closed haubi closed 7 years ago

haubi commented 7 years ago

The /RTCc flag to cl.exe does (short description): Enable checking for conversion to smaller types, incompatible with any optimization type other than debug.

stinos commented 7 years ago

duplicate of https://github.com/lvandeve/lodepng/pull/40?

haubi commented 7 years ago

yep!