Suppress a "variable 'remote' set but not used" warning that some gcc versions (right...
commite711847bb4c153d255019dbf779e869d7c8779b1
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Mon, 1 Aug 2011 20:07:05 +0000 (1 20:07 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Mon, 1 Aug 2011 20:07:05 +0000 (1 20:07 +0000)
tree415a7086853f1d6e8980fe1dcc804e0bf4d6f7ba
parent76084ad93e7a4f7b7e4236a4de672ac3cea123ab
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