summaryrefslogtreecommitdiff
path: root/test/pkev.c
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-10 18:28:08 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-10 18:28:08 -0500
commit18880d891c9c2597420ebd606784ab9381d4a367 (patch)
tree1439997fe93d8eb94e521b5f832e039902d75844 /test/pkev.c
parent02325327fc34b25eafcf2f32f2641e53fd6e2440 (diff)
pk.h: -Wextra + clang compiler warnings
Diffstat (limited to 'test/pkev.c')
-rw-r--r--test/pkev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pkev.c b/test/pkev.c
index 55c3f85..10d82b0 100644
--- a/test/pkev.c
+++ b/test/pkev.c
@@ -40,7 +40,7 @@ thrd_ev_emit_two(void *)
return 0;
}
-const pk_ev_mgr_id_T
+pk_ev_mgr_id_T
test_setup()
{
memset(&ev_one, 0, sizeof(struct ev));