From c7a0d6de46610ac9ceaea5afe1b7983550fc1be6 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 26 Dec 2024 18:37:01 -0700 Subject: libcr: Tell GCC that coroutine_table[n].name might not be nul-terminated --- libcr/tests/test_matrix/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcr/tests') diff --git a/libcr/tests/test_matrix/config.h b/libcr/tests/test_matrix/config.h index 9802f08..becfce0 100644 --- a/libcr/tests/test_matrix/config.h +++ b/libcr/tests/test_matrix/config.h @@ -9,6 +9,6 @@ #define CONFIG_COROUTINE_DEFAULT_STACK_SIZE (4*1024) #define CONFIG_COROUTINE_NAME_LEN 16 -#define CONFIG_COROUTINE_NUM 1 +#define CONFIG_COROUTINE_NUM 2 #endif /* _CONFIG_H_ */ -- cgit v1.2.3-2-g168b