team-charls / charls

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

Improve the compatibility with VS static analyzers #200

Closed vbaderks closed 1 year ago

vbaderks commented 1 year ago

Ensure that CharLS can be compiled with zero static analyzer warnings in VS2019 and VS2022. VS2019 needs more explicit lambda capture.