mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
confgen: disable config override warnings
This commit is contained in:
@ -79,6 +79,7 @@ def main():
|
|||||||
|
|
||||||
config = kconfiglib.Kconfig(args.kconfig)
|
config = kconfiglib.Kconfig(args.kconfig)
|
||||||
config.disable_redun_warnings()
|
config.disable_redun_warnings()
|
||||||
|
config.disable_override_warnings()
|
||||||
|
|
||||||
if args.defaults is not None:
|
if args.defaults is not None:
|
||||||
# always load defaults first, so any items which are not defined in that config
|
# always load defaults first, so any items which are not defined in that config
|
||||||
|
Reference in New Issue
Block a user