lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.08k stars 425 forks source link

fix LODEPNG_RESTRICT for gcc #120

Closed sezero closed 4 years ago

sezero commented 4 years ago

previously, it ignored any gcc with __GNUC_MINOR__ == 0.

lvandeve commented 4 years ago

Thanks for spotting this!