forked from len0rd/rockbox
Explicilty set CONFIG_ defines to 0 which are not used.. because doing
#if defined(BLAA) && BLAA == something defeats the point of Wundef git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1083de8e7d
commit
8ff3a653bd
9 changed files with 24 additions and 18 deletions
|
|
@ -60,7 +60,7 @@
|
|||
#ifdef HAVE_MMC
|
||||
#include "ata_mmc.h"
|
||||
#endif
|
||||
#ifdef CONFIG_TUNER
|
||||
#if CONFIG_TUNER
|
||||
#include "tuner.h"
|
||||
#include "radio.h"
|
||||
#endif
|
||||
|
|
@ -1986,7 +1986,7 @@ static bool dbg_save_roms(void)
|
|||
#endif /* CPU */
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#ifdef CONFIG_TUNER
|
||||
#if CONFIG_TUNER
|
||||
static bool dbg_fm_radio(void)
|
||||
{
|
||||
char buf[32];
|
||||
|
|
@ -2357,7 +2357,7 @@ bool debug_menu(void)
|
|||
#endif /* PM_DEBUG */
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
#ifndef SIMULATOR
|
||||
#ifdef CONFIG_TUNER
|
||||
#if CONFIG_TUNER
|
||||
{ "FM Radio", dbg_fm_radio },
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue