mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
confgen: disable redundant assignment warning
This commit is contained in:
@@ -81,6 +81,7 @@ def main():
|
|||||||
os.environ[name] = value
|
os.environ[name] = value
|
||||||
|
|
||||||
config = kconfiglib.Kconfig(args.kconfig)
|
config = kconfiglib.Kconfig(args.kconfig)
|
||||||
|
config.disable_redun_warnings()
|
||||||
|
|
||||||
if len(args.defaults) > 0:
|
if len(args.defaults) > 0:
|
||||||
# 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