mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 21:29:05 +00:00
nxwm: Fix warning about on_exit() dependency
This commit is contained in:
parent
ba08c77000
commit
871c59dc31
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue