schellingb / TinySoundFont

SoundFont2 synthesizer library in a single C/C++ file
MIT License
608 stars 71 forks source link

Compile with pedantic options enabled #82

Open RaceTheMaSe opened 9 months ago

RaceTheMaSe commented 9 months ago

Make TinySoundFont compile with -Wall -Wextra -Wpedantic on gcc and clang and also on MSVC with /W4 warnings enabled.