From 68e066f400e7fb0b19e7aec0d85f5193335a32e4 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 1 Aug 2011 20:21:34 +0000 Subject: #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 --- apps/recorder/bmp.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index bc3b754e4d..d6f61d1c87 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -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. */ } -- cgit