Re: [PATCH] kconfig: add dependency warning print about invalid values in verbose mode
From: Sergey Senozhatsky
Date: Tue Aug 22 2023 - 21:56:03 EST
On (23/08/19 22:40), Jesse T wrote:
> > > From: Ying Sun <sunying@xxxxxxxxxxxxxx>
> > >
> > > Add warning about the configuration option's invalid value in verbose mode,
> > > including error causes, mismatch dependency, old and new values,
> > > to help users correct them.
Are those really errors?
ERROR : CLANG_VERSION[140006 => 0] value is invalid due to it has default value
ERROR : CC_IS_GCC[n => y] value is invalid due to it has default value
ERROR : GCC_VERSION[0 => 120200] value is invalid due to it has default value
I'm using clang, so corresponding options are set accordingly in my .config