From: krzychb Date: Mon, 11 Dec 2017 21:53:39 +0000 (+0100) Subject: Resolves: Warning '-s option given but default rule can be matched'. Closes https... X-Git-Tag: v3.1-beta1~542^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78aa1ec704ad79bf15cd52fa75db2c1eb8767d8d;p=esp-idf Resolves: Warning '-s option given but default rule can be matched'. Closes https://github.com/espressif/esp-idf/issues/1338 --- diff --git a/tools/kconfig/zconf.l b/tools/kconfig/zconf.l index f0b65608f0..8fd75491c3 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 %{