libgme / game-music-emu

Blargg's video game music emulation library, which allows audio applications to easily add playback support for the music of many classic video game consoles.
GNU Lesser General Public License v2.1
59 stars 12 forks source link

-fwrapv is for gcc/clang only: #87

Closed sezero closed 4 months ago

sezero commented 4 months ago

-fwrapv is for gcc/clang only: fixes MSVC warnings.

Wohlstand commented 4 months ago

Thanks for the catch!