#ifdef hell makes effectively suppressing this warning impossible, so stop trying

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30238 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2011-08-01 20:21:34 +00:00
parent 038a608bb7
commit 68e066f400

View file

@ -858,11 +858,5 @@ int read_bmp_fd(int fd,
}
#endif
}
#ifdef HAVE_REMOTE_LCD
/* Thanks to the mass of #ifdefs in this function, there are cases where
* remote is never read, so we need to suppress the resulting warnings
* (or rewrite the lot)*/
(void)remote;
#endif
return totalsize; /* return the used buffer size. */
}