summaryrefslogtreecommitdiff
path: root/firmware/storage.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2018-09-21 14:27:12 -0400
committerSolomon Peachy <pizza@shaftnet.org>2018-09-28 11:53:15 -0400
commit3e209f34e4713a7fc26db74ad592d99b640db1bc (patch)
tree4dfb4df9b601dac422aed0070e6bc8382fdf5d2b /firmware/storage.c
parente18425197e41cc2ecdc475cbd9d18ce36cb1b6e4 (diff)
misc: Fix some assorted compiler warnings
Change-Id: Ibc4aac79e6fce92ad4414ed50122c2d4d6295f89
Diffstat (limited to 'firmware/storage.c')
-rw-r--r--firmware/storage.c1
1 files changed, 1 insertions, 0 deletions
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)