~hp/osc.lv2

ccf4b0da41a10a77d09e85f06ef4b85816c53091 — Hanspeter Portner 5 months ago b053e34
Fix strict prototype compiler warning
2 files changed, 3 insertions(+), 3 deletions(-)

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

option('version', type : 'string', value : '0.1.181')
option('version', type : 'string', value : '0.1.183')

M test/osc.c => test/osc.c +2 -2
@@ 451,7 451,7 @@ static test_t tests [] = {
}
;
static int
_run_tests()
_run_tests(void)
{
	LV2_OSC_Writer writer;



@@ 1144,7 1144,7 @@ _run_test_hooks_internal(const char *path)
}

static int
_run_test_hooks()
_run_test_hooks(void)
{
	{
		assert(_run_test_hooks_internal("/nil") == true);