Skip to content
Snippets Groups Projects
Commit ac9a475e authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Warnings removal

parent 6269f68b
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ pub extern fn kmain() { ...@@ -136,7 +136,7 @@ pub extern fn kmain() {
print!("{}", format!("BSP: {:?}\n", syscall::getpid())); 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"); print!("Spawned context\n");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment