~hp/osc2ftdidmx

b0edd6655417caf4db7ad2430bfd2ace33c230b8 — Hanspeter Portner 8 months ago 086cee2
Fix non-strict prototype warning
2 files changed, 3 insertions(+), 3 deletions(-)

M meson_options.txt
M test/test.c
M meson_options.txt => meson_options.txt +1 -1
@@ 5,4 5,4 @@ option('build-tests',
	type : 'boolean',
	value : true)

option('version', type : 'string', value : '0.5.49')
option('version', type : 'string', value : '0.5.51')

M test/test.c => test/test.c +2 -2
@@ 9,7 9,7 @@
#include <osc2ftdidmx/osc2ftdidmx.h>

static void
_test_priorities()
_test_priorities(void)
{
	slot_t slot;



@@ 57,7 57,7 @@ _test_priorities()
}

static void
_test_parse()
_test_parse(void)
{
	state_t state;
	LV2_OSC_Reader reader;