lvandeve / lodepng

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

silence cl.exe /RTCc warnings in unfilterScanline() #55

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

See https://github.com/lvandeve/lodepng/pull/40

haubi commented 7 years ago

indeed, dup of #40 - argl, just like #43.