summaryrefslogtreecommitdiffstats
path: root/test/ring_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-10 23:01:33 -0400
committerDavid Robillard <d@drobilla.net>2021-09-10 23:01:33 -0400
commit31a3e77b48bd63200538649c4292b2f61c68ee35 (patch)
treecaa16f9ce6edb5192235f355c5904b1eb6be2487 /test/ring_test.c
parentb78600effbfb420007b7aac16da43d173930a753 (diff)
downloadzix-31a3e77b48bd63200538649c4292b2f61c68ee35.tar.gz
zix-31a3e77b48bd63200538649c4292b2f61c68ee35.tar.bz2
zix-31a3e77b48bd63200538649c4292b2f61c68ee35.zip
Fix function attribute warnings
Diffstat (limited to 'test/ring_test.c')
-rw-r--r--test/ring_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ring_test.c b/test/ring_test.c
index 447eba6..b4fa5f1 100644
--- a/test/ring_test.c
+++ b/test/ring_test.c
@@ -33,6 +33,7 @@ gen_msg(int* const msg, int start)
return start;
}
+ZIX_PURE_FUNC
static int
cmp_msg(const int* const msg1, const int* const msg2)
{