Eliminate a warning.

This commit is contained in:
Gregory Nutt
2018-01-31 17:54:20 -06:00
parent 84b00e54d3
commit d87b54099a
+1
View File
@@ -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)