mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
#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:
parent
038a608bb7
commit
68e066f400
1 changed files with 0 additions and 6 deletions
|
|
@ -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. */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue