Skip to content

Commit

Permalink
Fix flex warning about default rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu committed Dec 14, 2021
1 parent 58914a7 commit cc9e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/time/parser/datetime_scanner.lex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%option c++
%option yyclass="DatetimeScanner"
%option nodefault noyywrap
%option noyywrap
%option never-interactive
%option yylineno
%option case-sensitive
Expand Down

0 comments on commit cc9e6bf

Please sign in to comment.