--- a/tests/ucxtest.c Fri May 23 12:44:24 2025 +0200 +++ b/tests/ucxtest.c Fri May 23 13:36:11 2025 +0200 @@ -59,7 +59,7 @@ for (size_t i = 0; i < cx_nmemb(test_suites) ; i++) {run_tests(test_suites[i]);} (void)0 #define free_test_suites for (size_t i = 0 ; i < cx_nmemb(test_suites) ; i++) {cx_test_suite_free(test_suites[i]);} (void)0 -static int verify_testing_allocator() { +static int verify_testing_allocator(void) { printf("Verify Testing Allocator\n"); CxTestSuite *suite_ta = cx_test_suite_testing_allocator(); int result = suite_ta->failure > 0;