From 208a70300921fbb5c824b6df3d72d3bcabd3421d Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Mon, 12 Oct 2020 16:19:17 +0800 Subject: [PATCH] feat(cmake): Disable Cmake compiling warning by default --- tools/idf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/idf.py b/tools/idf.py index 669a1889..7d6a3f49 100755 --- a/tools/idf.py +++ b/tools/idf.py @@ -953,7 +953,7 @@ def init_cli(): "names": ["-n", "--no-warnings"], "help": "Disable Cmake warnings.", "is_flag": True, - "default": False, + "default": True, }, { "names": ["-v", "--verbose"],