aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-09 19:16:02 +0100
committerDavid Robillard <d@drobilla.net>2021-01-09 19:25:30 +0100
commit7ceba786800e8e4d728c13f07d8b9e2788eeab17 (patch)
tree6d0bbbadfbdff067efae5d5acd6fa234161d06f6 /src/writer.c
parentdc963989ba790e64a88a5255c2b9b7e3c1fbf828 (diff)
downloadserd-7ceba786800e8e4d728c13f07d8b9e2788eeab17.tar.gz
serd-7ceba786800e8e4d728c13f07d8b9e2788eeab17.tar.bz2
serd-7ceba786800e8e4d728c13f07d8b9e2788eeab17.zip
Add missing pure attributes
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c
index 12c94e9c..82ac5eeb 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -150,7 +150,7 @@ w_err(SerdWriter* writer, SerdStatus st, const char* fmt, ...)
va_end(args);
}
-static inline WriteContext*
+static inline SERD_PURE_FUNC WriteContext*
anon_stack_top(SerdWriter* writer)
{
assert(!serd_stack_is_empty(&writer->anon_stack));