aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
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));