From e6e94966b45ab25c8852445ee05869de879819df Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Aug 2012 01:57:23 +0000 Subject: Fix missing static declarations (-Wstrict-prototypes). --- plugins/eg-amp.lv2/amp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/eg-amp.lv2/amp.c') diff --git a/plugins/eg-amp.lv2/amp.c b/plugins/eg-amp.lv2/amp.c index 189a697..7f7cacc 100644 --- a/plugins/eg-amp.lv2/amp.c +++ b/plugins/eg-amp.lv2/amp.c @@ -120,7 +120,7 @@ cleanup(LV2_Handle instance) } /** Return extension data provided by the plugin. */ -const void* +static const void* extension_data(const char* uri) { return NULL; /* This plugin has no extension data. */ -- cgit v1.2.1