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