From 0824237942af542431a8348c55c367242d1bf49a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 24 Jan 2014 01:49:18 +0000 Subject: Fix -Wconversion warnings in headers. --- plugins/eg04-sampler.lv2/uris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/eg04-sampler.lv2/uris.h') diff --git a/plugins/eg04-sampler.lv2/uris.h b/plugins/eg04-sampler.lv2/uris.h index c981f9e..f9aa5a7 100644 --- a/plugins/eg04-sampler.lv2/uris.h +++ b/plugins/eg04-sampler.lv2/uris.h @@ -72,7 +72,7 @@ static inline LV2_Atom* write_set_file(LV2_Atom_Forge* forge, const SamplerURIs* uris, const char* filename, - const size_t filename_len) + const uint32_t filename_len) { LV2_Atom_Forge_Frame frame; LV2_Atom* set = (LV2_Atom*)lv2_atom_forge_object( -- cgit v1.2.1