Eliminate new warnings due to unused local variables noted in build testing.

This commit is contained in:
Gregory Nutt
2018-02-01 10:25:48 -06:00
parent 7cf88d7dbd
commit 12474d2c38
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ static inline void os_start_application(void)
CONFIG_BOARD_INITTHREAD_STACKSIZE,
(main_t)os_start_task, (FAR char * const *)NULL);
DEBUGASSERT(pid > 0);
UNUSED(pid);
#else
/* Do the board/application initialization on this thread of execution. */