jlaitine commented on code in PR #19116: URL: https://github.com/apache/nuttx/pull/19116#discussion_r3409423029
########## sched/signal/sig_initialize.c: ########## @@ -53,7 +55,7 @@ struct sigpool_s /* This is a pool of pre-allocated signal action structures buffers */ -#if CONFIG_SIG_PREALLOC_ACTIONS > 0 +#if defined(CONFIG_ENABLE_ALL_SIGNALS) && CONFIG_SIG_PREALLOC_ACTIONS > 0 sigactq_t g_sigactions[CONFIG_SIG_PREALLOC_ACTIONS]; #endif Review Comment: sure. And actually also flag out initalizing those globals in the initialize function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
