Warnings removal
This commit is contained in:
parent
543ef3d96f
commit
53c71d9183
5 changed files with 10 additions and 12 deletions
|
@ -136,7 +136,7 @@ pub extern fn kmain() {
|
|||
|
||||
print!("{}", format!("BSP: {:?}\n", syscall::getpid()));
|
||||
|
||||
if let Ok(context_lock) = context::contexts_mut().spawn(context_test) {
|
||||
if let Ok(_context_lock) = context::contexts_mut().spawn(context_test) {
|
||||
print!("Spawned context\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue