From: Renz Christian Bagaporo Date: Fri, 25 Jan 2019 10:24:53 +0000 (+0800) Subject: confgen: disable redundant assignment warning X-Git-Tag: v3.2-beta3~30^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=403a24ab64e03a75aab29ff4e9e9d59a8023c6bf;p=esp-idf confgen: disable redundant assignment warning --- diff --git a/tools/kconfig_new/confgen.py b/tools/kconfig_new/confgen.py index 9b18819b6d..9e4d120ec3 100755 --- a/tools/kconfig_new/confgen.py +++ b/tools/kconfig_new/confgen.py @@ -79,6 +79,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