team-charls / charls

CharLS, a C++ JPEG-LS library implementation
BSD 3-Clause "New" or "Revised" License
180 stars 74 forks source link

Add -Wconversion to GCC and clang as compiler option #210

Closed vbaderks closed 1 year ago

vbaderks commented 1 year ago

-Wconversion will warn when implicit conversion may cause data loss.