diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:37:01 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 20:07:33 -0700 |
commit | c7a0d6de46610ac9ceaea5afe1b7983550fc1be6 (patch) | |
tree | c8a2d283f62bba07e8871bcc0dab4174f6fe135e /libcr/tests | |
parent | e783ff4d07ecb0a7bae90651c17735069a094a82 (diff) |
libcr: Tell GCC that coroutine_table[n].name might not be nul-terminated
Diffstat (limited to 'libcr/tests')
-rw-r--r-- | libcr/tests/test_matrix/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |