zyfeier commented on code in PR #14830: URL: https://github.com/apache/nuttx/pull/14830#discussion_r1845741312
########## sched/mqueue/mq_initialize.c: ########## @@ -49,12 +49,11 @@ struct msgpool_s { -#ifndef CONFIG_DISABLE_MQUEUE +#ifdef CONFIG_DISABLE_MQUEUE_SYSV Review Comment: ifneq ($(CONFIG_DISABLE_MQUEUE)$(CONFIG_DISABLE_MQUEUE_SYSV),yy) CSRCS += mq_initialize.c mq_waitirq.c mq_recover.c endif when both disabled, mq_initialize.c will not compile -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org