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/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 95e3479341..c186614733 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -72,7 +72,7 @@ recorder/backdrop.c gui/color_picker.c #endif #endif -#ifdef CONFIG_TUNER +#if CONFIG_TUNER recorder/radio.c #endif #ifdef HAVE_RECORDING -- cgit v1.2.3