mackron / dr_libs

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

Fix small macro nits found by PVS studio. #232

Closed maraakate closed 2 years ago

maraakate commented 2 years ago

Hi David,

I ran the code through PVS Studio static code analyzer and fixed a couple of minor complaints where it wanted some of the variables in macros surrounded by parentheses.

mackron commented 2 years ago

Thanks a lot for this. Merged.