From ec714f06594269b671a6f484106259854b6a99b6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 1 Dec 2024 07:06:38 -0500 Subject: tests: void instead of empty parameter list --- src/core/init_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/init_test.c b/src/core/init_test.c index fcabdd88..c891ba8e 100644 --- a/src/core/init_test.c +++ b/src/core/init_test.c @@ -142,7 +142,7 @@ test_init_too_many_poller_threads(void) } void -test_init_repeated() +test_init_repeated(void) { nng_init_params p = { 0 }; NUTS_PASS(nng_init(NULL)); @@ -167,7 +167,7 @@ concurrent_init(void *arg) } void -test_init_concurrent() +test_init_concurrent(void) { nng_thread *threads[4]; nng_mtx *m = NULL; -- cgit v1.2.3-70-g09d2