summaryrefslogtreecommitdiff
path: root/firmware
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
parente18425197e41cc2ecdc475cbd9d18ce36cb1b6e4 (diff)
downloadrockbox-3e209f34e4713a7fc26db74ad592d99b640db1bc.tar.gz
rockbox-3e209f34e4713a7fc26db74ad592d99b640db1bc.zip
misc: Fix some assorted compiler warnings
Change-Id: Ibc4aac79e6fce92ad4414ed50122c2d4d6295f89
Diffstat (limited to 'firmware')
-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)
694#if (CONFIG_STORAGE & STORAGE_SD) 694#if (CONFIG_STORAGE & STORAGE_SD)
695 //t=sd_spinup_time(); 695 //t=sd_spinup_time();
696 //if (t>max) max=t; 696 //if (t>max) max=t;
697 (void)t;
697#endif 698#endif
698 699
699#if (CONFIG_STORAGE & STORAGE_NAND) 700#if (CONFIG_STORAGE & STORAGE_NAND)