From f9df8ec356b1e18bf46c9a35bec78ed025107376 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 26 Dec 2022 08:03:53 +0100 Subject: Unused argument --- source/kit/async_function.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/kit/async_function.h b/source/kit/async_function.h index 58d432c..cf2de81 100644 --- a/source/kit/async_function.h +++ b/source/kit/async_function.h @@ -232,8 +232,8 @@ typedef struct { } \ } while (0) -#define KIT_AF_FINISHED_ALL(return_, promises_, size_) \ - KIT_AF_FINISHED_N((return_), (promises_), \ +#define KIT_AF_FINISHED_ALL(return_, promises_) \ + KIT_AF_FINISHED_N((return_), (promises_), \ sizeof(promises_) / sizeof((promises_)[0])) #define KIT_AF_AWAIT_N(promises_, size_) \ -- cgit v1.2.3