mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue