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:
Jonathan Gordon 2007-02-18 02:04:47 +00:00
parent 1083de8e7d
commit 8ff3a653bd
9 changed files with 24 additions and 18 deletions

View file

@ -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