Commit 3b32801
committed
lexer: add "noinput" option.
This is to prevent the Envoy build warning:
INFO: From Compiling external/com_github_envoyproxy_sqlparser/src/parser/flex_lexer.cpp:
flex_lexer.cpp:3577:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int yyinput (yyscan_t yyscanner)
^
1 warning generated.
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>1 parent 5f50c68 commit 3b32801
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments