From d87b54099a64bb896a16c1cb1063ccf43612f502 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 31 Jan 2018 17:54:20 -0600 Subject: [PATCH] Eliminate a warning. --- sched/init/os_bringup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sched/init/os_bringup.c b/sched/init/os_bringup.c index 62d5d78661..e5dfddbafa 100644 --- a/sched/init/os_bringup.c +++ b/sched/init/os_bringup.c @@ -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)