mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
confgen: disable redundant assignment warning
This commit is contained in:
parent
30ed610950
commit
df86f46efe
@ -78,6 +78,7 @@ def main():
|
||||
os.environ[name] = value
|
||||
|
||||
config = kconfiglib.Kconfig(args.kconfig)
|
||||
config.disable_redun_warnings()
|
||||
|
||||
if args.defaults is not None:
|
||||
# always load defaults first, so any items which are not defined in that config
|
||||
|
Loading…
Reference in New Issue
Block a user