equinor / segyio

Fast Python library for SEGY files.
Other
471 stars 213 forks source link

Suppress cppcheck false positives #480

Closed jokva closed 3 years ago

jokva commented 3 years ago

cppcheck v2.1 produces some false positives that would be akward or just a lot of noise to fix. Suppress them for now, and hope that cppcheck either fixes these cases, or rewrite the code into a style cppcheck prefer at some later time.