Warnings removal

This commit is contained in:
Jeremy Soller
2016-09-01 11:14:47 -06:00
parent 6269f68b03
commit ac9a475ef5

2
lib.rs
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");
}