Eliminate a warning.
This commit is contained in:
parent
84b00e54d3
commit
d87b54099a
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ static inline void os_do_appstart(void)
|
|||
(FAR char * const *)NULL);
|
||||
#endif
|
||||
DEBUGASSERT(pid > 0);
|
||||
UNUSED(pid);
|
||||
}
|
||||
|
||||
#elif defined(CONFIG_INIT_FILEPATH)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue