SK83RJOSH / cblend

A modern C/C++ library for reading blend files.
MIT License
3 stars 1 forks source link

Fix static analysis #8

Open SK83RJOSH opened 1 year ago

SK83RJOSH commented 1 year ago

It would seem static analysis completely broke somewhere along the way. Tons of issues relating to Catch2/clang being built with different debug levels and so on. I don't really care about static analysis right now, but this needs fixed eventually.