From 3834185601c6c1a16cd9c9415c7af9c8c4d18784 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Oct 2019 14:52:51 +0200 Subject: Fix Windows warnings --- test/lilv_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/lilv_test.c') diff --git a/test/lilv_test.c b/test/lilv_test.c index ed8b862..7231c24 100644 --- a/test/lilv_test.c +++ b/test/lilv_test.c @@ -1482,6 +1482,8 @@ test_ui(void) /*****************************************************************************/ +#ifndef _WIN32 + uint32_t atom_Float = 0; float in = 1.0; float out = 42.0; @@ -1570,7 +1572,6 @@ lilv_make_path(LV2_State_Make_Path_Handle handle, return lilv_path_join(temp_dir, path); } -#ifndef _WIN32 static int test_state(void) { -- cgit v1.2.1