From 7b0a0d62660e467723a5b2e7942c1125e94a044f Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Thu, 18 Aug 2022 06:51:46 +0400 Subject: test --- source/test/unittests/thread.test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/test/unittests/thread.test.c') diff --git a/source/test/unittests/thread.test.c b/source/test/unittests/thread.test.c index 44e51b5..45fbea4 100644 --- a/source/test/unittests/thread.test.c +++ b/source/test/unittests/thread.test.c @@ -3,7 +3,7 @@ #define KIT_TEST_FILE thread #include "../../kit_test/test.h" -static int test_nothing(void *) { } +static int test_nothing(void *_) { } static int test_run(void *data) { int *n = (int *) data; -- cgit v1.2.3