aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-11 01:28:39 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commit56cceb103dc633d6af957472945e792187a5dd4e (patch)
tree154a7b228f4f2bfda422d16feb9863d8a6d6992a /src/env.c
parenteb804125430e3445e85c423b28e1c41346772ed0 (diff)
downloadserd-56cceb103dc633d6af957472945e792187a5dd4e.tar.gz
serd-56cceb103dc633d6af957472945e792187a5dd4e.tar.bz2
serd-56cceb103dc633d6af957472945e792187a5dd4e.zip
Update zix and make it a proper subproject
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.c b/src/env.c
index 71cb196f..df82381c 100644
--- a/src/env.c
+++ b/src/env.c
@@ -44,6 +44,7 @@ SerdEnv*
serd_env_new(SerdWorld* const world, const SerdStringView base_uri)
{
assert(world);
+ (void)world;
SerdEnv* env = (SerdEnv*)calloc(1, sizeof(struct SerdEnvImpl));