bbbradsmith / nsfplay

Nintendo NES sound file NSF music player
https://bbbradsmith.github.io/nsfplay/
279 stars 43 forks source link

fix gcc/clang errors: missing definition for strcmp, memset, memcmp, const enum #26

Closed jprjr closed 4 years ago

jprjr commented 4 years ago

Current master builds with the version of clang included in OSX, this fixes errors reported by newer versions of clang/gcc. Mainly missing definitions for string functions.

Also fixes an error in xgm/devices/Sound/nes_fds.h - that an enum can't be const