Warnings removal

This commit is contained in:
Jeremy Soller 2016-09-01 11:14:47 -06:00
parent 543ef3d96f
commit 53c71d9183
5 changed files with 10 additions and 12 deletions

View file

@ -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");
}