kconfig: Temporarily disable dependency warnings
authorMichal Marek <mmarek@suse.cz>
Fri, 8 Oct 2010 14:40:27 +0000 (16:40 +0200)
committerMichal Marek <mmarek@suse.cz>
Sat, 9 Oct 2010 21:19:07 +0000 (23:19 +0200)
commit71ebc01d3ad4fa3f20e86603bc31ff2cbc535d95
treecd210ade6836d84b17b7353d05691ec330ff5a26
parentff5ff6060bf880aac233e68dd666cbe9e39ec620
kconfig: Temporarily disable dependency warnings

After fixing a use-after-free bug in kconfig, a 'make defconfig' or
'make allmodconfig' fills the screen with warnings that were not
detected before. Given that we are close to the release now, disable the
warnings temporarily and deal with them after 2.6.36.

Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/symbol.c