mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +00:00
fix no-prototype warning in test_seqbind_unregister.c
This commit is contained in:
parent
474bb83303
commit
8f6a602495
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue