Prevent unused variable warnings if LADSPA is not compiled in

This commit is contained in:
Marcus Weseloh 2017-10-19 23:24:18 +02:00
parent 4120b2320f
commit 171faae670

View file

@ -555,7 +555,9 @@ new_fluid_synth(fluid_settings_t *settings)
fluid_sfloader_t* loader;
double gain;
int i, nbuf;
#ifdef LADSPA
int with_ladspa = 0;
#endif
/* initialize all the conversion tables and other stuff */
if (fluid_synth_initialized == 0)