summaryrefslogtreecommitdiff
path: root/apps/plugins/mikmod/load_gdm.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-03 23:17:42 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-03 23:17:42 +0000
commite2186479d56762d097b943696423ad8588ca7f92 (patch)
tree833fb9909a1842e1eb216a695d7bc507855be4e5 /apps/plugins/mikmod/load_gdm.c
parent7887e596a99fcaf2198d624bfedf5e2ad97a49cd (diff)
downloadrockbox-e2186479d56762d097b943696423ad8588ca7f92.tar.gz
rockbox-e2186479d56762d097b943696423ad8588ca7f92.zip
FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30424 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mikmod/load_gdm.c')
-rw-r--r--apps/plugins/mikmod/load_gdm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mikmod/load_gdm.c b/apps/plugins/mikmod/load_gdm.c
index 616a2b56a3..18a1d8eb1e 100644
--- a/apps/plugins/mikmod/load_gdm.c
+++ b/apps/plugins/mikmod/load_gdm.c
@@ -343,6 +343,7 @@ int GDM_Load(int curious)
343 SAMPLE *q; 343 SAMPLE *q;
344 GDMSAMPLE s; 344 GDMSAMPLE s;
345 ULONG position; 345 ULONG position;
346 (void)curious;
346 347
347 /* read header */ 348 /* read header */
348 _mm_read_string(mh->id1,4,modreader); 349 _mm_read_string(mh->id1,4,modreader);