From 8f6a602495467b038841da58814942dadec134c2 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 19 May 2018 09:29:39 +0200 Subject: [PATCH] fix no-prototype warning in test_seqbind_unregister.c --- test/test_seqbind_unregister.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_seqbind_unregister.c b/test/test_seqbind_unregister.c index c328e73e..2548f784 100644 --- a/test/test_seqbind_unregister.c +++ b/test/test_seqbind_unregister.c @@ -3,7 +3,7 @@ #include "fluidsynth.h" // use local fluidsynth header // 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_synth_t* synth = new_fluid_synth(settings);