mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Fix an unused (on non-Windows) variable
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user