From 403a24ab64e03a75aab29ff4e9e9d59a8023c6bf Mon Sep 17 00:00:00 2001 From: Renz Christian Bagaporo Date: Fri, 25 Jan 2019 18:24:53 +0800 Subject: [PATCH] confgen: disable redundant assignment warning --- tools/kconfig_new/confgen.py | 1 + 1 file changed, 1 insertion(+) 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