diff options
Diffstat (limited to 'test/test_ring.c')
-rw-r--r-- | test/test_ring.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_ring.c b/test/test_ring.c index 06d50ee..156d867 100644 --- a/test/test_ring.c +++ b/test/test_ring.c @@ -34,8 +34,7 @@ gen_msg(int* const msg, int start) return start; } -ZIX_PURE_FUNC -static int +ZIX_PURE_FUNC static int cmp_msg(const int* const msg1, const int* const msg2) { for (unsigned i = 0U; i < MSG_SIZE; ++i) { |