summaryrefslogtreecommitdiffstats
path: root/src/query.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-09 01:50:07 +0000
committerDavid Robillard <d@drobilla.net>2012-08-09 01:50:07 +0000
commit1ac0d686b1a540f3ffe5a948f07f53b9a9cdbe5b (patch)
tree3cc280aae8daa7bf8d64868d1a41976eb845418c /src/query.c
parent2fdda7eb1b6b5f5582e05c94591a1db44947af18 (diff)
downloadlilv-1ac0d686b1a540f3ffe5a948f07f53b9a9cdbe5b.tar.gz
lilv-1ac0d686b1a540f3ffe5a948f07f53b9a9cdbe5b.tar.bz2
lilv-1ac0d686b1a540f3ffe5a948f07f53b9a9cdbe5b.zip
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
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c2
1 files changed, 1 insertions, 1 deletions
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)