Fix an unused (on non-Windows) variable

This commit is contained in:
Alexander Babikov
2026-01-15 05:56:50 +05:00
parent 554b74a09d
commit ab76cc12ad

View File

@@ -155,7 +155,9 @@ fluidsynth_init(UNUSED(const device_t *info))
{
fluidsynth_t *data = &fsdev;
midi_device_t *dev;
#ifdef _WIN32
char path[4096] = { 0 };
#endif
memset(data, 0, sizeof(fluidsynth_t));