fix no-prototype warning in test_seqbind_unregister.c

This commit is contained in:
derselbst 2018-05-19 09:29:39 +02:00
parent 474bb83303
commit 8f6a602495

View file

@ -3,7 +3,7 @@
#include "fluidsynth.h" // use local fluidsynth header #include "fluidsynth.h" // use local fluidsynth header
// simple test to ensure that manually unregistering and deleting the internal fluid_seqbind_t works without crashing // simple test to ensure that manually unregistering and deleting the internal fluid_seqbind_t works without crashing
int main() int main(void)
{ {
fluid_settings_t* settings = new_fluid_settings(); fluid_settings_t* settings = new_fluid_settings();
fluid_synth_t* synth = new_fluid_synth(settings); fluid_synth_t* synth = new_fluid_synth(settings);