mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
a7a861962d
commit
78aa1ec704
@ -1,5 +1,5 @@
|
|||||||
%option nostdinit noyywrap never-interactive full ecs
|
%option nostdinit noyywrap never-interactive full ecs
|
||||||
%option 8bit nodefault perf-report perf-report
|
%option 8bit perf-report perf-report
|
||||||
%option noinput
|
%option noinput
|
||||||
%x COMMAND HELP STRING PARAM
|
%x COMMAND HELP STRING PARAM
|
||||||
%{
|
%{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user