nxwm: Fix warning about on_exit() dependency

This commit is contained in:
Ville Juven 2022-05-24 15:14:45 +03:00 committed by Xiang Xiao
parent ba08c77000
commit 871c59dc31

View File

@ -79,8 +79,8 @@
* exit.
*/
#ifndef CONFIG_SCHED_ONEXIT
# warning "on_exit() support may be needed (CONFIG_SCHED_ONEXIT)"
#if CONFIG_LIBC_MAX_EXITFUNS == 0
# warning "on_exit() support may be needed (CONFIG_LIBC_MAX_EXITFUNS)"
#endif
/**