Suppress a "variable 'remote' set but not used" warning that some gcc versions (right...
commitbd3056cb386aa9cabf274b387391c97ea32c8777
authorFrank Gevaerts <frank@gevaerts.be>
Mon, 1 Aug 2011 20:07:05 +0000 (1 20:07 +0000)
committerFrank Gevaerts <frank@gevaerts.be>
Mon, 1 Aug 2011 20:07:05 +0000 (1 20:07 +0000)
tree415a7086853f1d6e8980fe1dcc804e0bf4d6f7ba
parent00c02218006953fd2c013de294a903c5f1e969b8
Suppress a "variable 'remote' set but not used" warning that some gcc versions (rightly) emit for the m:robe 100 sim. The "correct" solution would be to add about twenty five more #ifdefs to a function that already has way too many of them, or to rewrite the entire function.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30236 a1c6a512-1295-4272-9138-f99709370657
apps/recorder/bmp.c