Eliminate a warning.

This commit is contained in:
Gregory Nutt 2018-01-31 17:54:20 -06:00
parent 84b00e54d3
commit d87b54099a

View file

@ -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)