From 78aa1ec704ad79bf15cd52fa75db2c1eb8767d8d Mon Sep 17 00:00:00 2001 From: krzychb Date: Mon, 11 Dec 2017 22:53:39 +0100 Subject: [PATCH] Resolves: Warning '-s option given but default rule can be matched'. Closes https://github.com/espressif/esp-idf/issues/1338 --- tools/kconfig/zconf.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kconfig/zconf.l b/tools/kconfig/zconf.l index f0b65608f..8fd75491c 100644 --- a/tools/kconfig/zconf.l +++ b/tools/kconfig/zconf.l @@ -1,5 +1,5 @@ %option nostdinit noyywrap never-interactive full ecs -%option 8bit nodefault perf-report perf-report +%option 8bit perf-report perf-report %option noinput %x COMMAND HELP STRING PARAM %{