mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:57:20 +08:00
[quality] fixup compiler warning (#8961)
Signed-off-by: Shell <smokewood@qq.com>
This commit is contained in:
@@ -83,6 +83,7 @@ void lwp_pid_lock_take(void)
|
||||
rc = lwp_mutex_take_safe(&pid_mtx, RT_WAITING_FOREVER, 0);
|
||||
/* should never failed */
|
||||
RT_ASSERT(rc == RT_EOK);
|
||||
RT_UNUSED(rc);
|
||||
}
|
||||
|
||||
void lwp_pid_lock_release(void)
|
||||
|
||||
Reference in New Issue
Block a user