From 8ff3a653bdf89747100389a2ee933d2e7b5efe08 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 18 Feb 2007 02:04:47 +0000 Subject: 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 --- apps/debug_menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 95b9aa8f01..9d449d78b9 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -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 -- cgit v1.2.3