From 1ac0d686b1a540f3ffe5a948f07f53b9a9cdbe5b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Aug 2012 01:50:07 +0000 Subject: Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4631 a436a847-0d15-0410-975c-d299462d15a1 --- src/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/query.c') diff --git a/src/query.c b/src/query.c index 7f2a7de..09fa6f2 100644 --- a/src/query.c +++ b/src/query.c @@ -46,7 +46,7 @@ lilv_lang_matches(const char* a, const char* b) return LILV_LANG_MATCH_NONE; } -LilvNodes* +static LilvNodes* lilv_nodes_from_stream_objects_i18n(LilvWorld* world, SordIter* stream, SordQuadIndex field) -- cgit v1.2.1