From ac9a475ef5a51dce32ba91d4787e4e8444c228ec Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 1 Sep 2016 11:14:47 -0600
Subject: [PATCH] Warnings removal

---
 lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib.rs b/lib.rs
index cc032657..9aae7c1d 100644
--- a/lib.rs
+++ b/lib.rs
@@ -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");
     }
 
-- 
GitLab