From 3e209f34e4713a7fc26db74ad592d99b640db1bc Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 21 Sep 2018 14:27:12 -0400 Subject: misc: Fix some assorted compiler warnings Change-Id: Ibc4aac79e6fce92ad4414ed50122c2d4d6295f89 --- firmware/storage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/storage.c') diff --git a/firmware/storage.c b/firmware/storage.c index 790cddcd1a..1c7dfd7afb 100644 --- a/firmware/storage.c +++ b/firmware/storage.c @@ -694,6 +694,7 @@ int storage_spinup_time(void) #if (CONFIG_STORAGE & STORAGE_SD) //t=sd_spinup_time(); //if (t>max) max=t; + (void)t; #endif #if (CONFIG_STORAGE & STORAGE_NAND) -- cgit