Resolves: Warning '-s option given but default rule can be matched'. Closes https://github.com/espressif/esp-idf/issues/1338

This commit is contained in:
krzychb 2017-12-11 22:53:39 +01:00 committed by Ivan Grokhotkov
parent 242f8ea743
commit 28e4162dd2

View file

@ -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
%{