From e2186479d56762d097b943696423ad8588ca7f92 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 3 Sep 2011 23:17:42 +0000 Subject: 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 --- apps/plugins/mikmod/load_669.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/mikmod/load_669.c') diff --git a/apps/plugins/mikmod/load_669.c b/apps/plugins/mikmod/load_669.c index 95b04aa5b1..aad0145cef 100644 --- a/apps/plugins/mikmod/load_669.c +++ b/apps/plugins/mikmod/load_669.c @@ -250,6 +250,7 @@ int S69_Load(int curious) int i; SAMPLE *current; S69SAMPLE sample; + (void)curious; /* module header */ _mm_read_UBYTES(mh->marker,2,modreader); -- cgit v1.2.3