mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
Surpress unused rtcb variable
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
committed by
patacongo
parent
19afc57eef
commit
4c24d91b4a
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user