issues
search
asmaloney
/
libE57Format
Library for reading & writing the E57 file format
Boost Software License 1.0
137
stars
66
forks
source link
Static analysis fixes
#200
Closed
asmaloney
closed
1 year ago
asmaloney
commented
1 year ago
mark parameters as UNUSED
use auto to avoid repetition
suppress some clang-tidy warnings explicitly
compare with nullptr
make some functions static (and reorder functions in code to match header order)
use brace-style returns