mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.24k stars 205 forks source link

dr_wav: potential dead-code, flagged by static Clang analyzer #154

Closed kcgen closed 3 years ago

kcgen commented 3 years ago

2020-11-10_11-35

Full report attached:

clang-analysis-report.zip

mackron commented 3 years ago

I can see exactly why Clang is reporting this one, but I'm not fixing it. This is a deliberate decision because it makes it safer if ever I want to expand that logic in the future. Setting to Will Not Fix.