diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-18 06:51:46 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-18 06:51:46 +0400 |
commit | 7b0a0d62660e467723a5b2e7942c1125e94a044f (patch) | |
tree | f430547b2a2ebfd336bf16441134842244bfde56 | |
parent | 5f80c8b54d011580383810597aa68565ddfb8f3c (diff) | |
download | kit-7b0a0d62660e467723a5b2e7942c1125e94a044f.zip |
test
-rw-r--r-- | source/test/unittests/thread.test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |