Surpress unused rtcb variable

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
Brennan Ashton 2020-04-29 20:02:51 -07:00 committed by patacongo
parent 19afc57eef
commit 4c24d91b4a

View File

@ -85,6 +85,7 @@ void up_initial_state(struct tcb_s *tcb)
/* set page table to share space with current process */
rtcb = this_task();
UNUSED(rtcb);
/* Save the initial stack pointer... the value of the stackpointer before
* the "interrupt occurs."