Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

Fix signed/unsigned comparision warning #59

Closed pfeerick closed 9 months ago

pfeerick commented 3 years ago

Fixes comparison between signed and unsigned integer expressions [-Wsign-compare]

'cause it's always good to shut that damn compiler up!

Bodmer commented 9 months ago

Updated