lvandeve / lodepng

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

Remove stale if(1)... to get rid of warnings #41

Open stinos opened 8 years ago

stinos commented 8 years ago

With all warnings enabled, cl emits a 'C4127: conditional expression is constant'. Just remove the offending line since uit's dead code and the comment for it is clear emough.