mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Eliminate a warning.
This commit is contained in:
@@ -267,6 +267,7 @@ static inline void os_do_appstart(void)
|
|||||||
(FAR char * const *)NULL);
|
(FAR char * const *)NULL);
|
||||||
#endif
|
#endif
|
||||||
DEBUGASSERT(pid > 0);
|
DEBUGASSERT(pid > 0);
|
||||||
|
UNUSED(pid);
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif defined(CONFIG_INIT_FILEPATH)
|
#elif defined(CONFIG_INIT_FILEPATH)
|
||||||
|
|||||||
Reference in New Issue
Block a user