mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fix a Bison warning about semantic type clash in default action
This commit is contained in:
parent
8d24bef640
commit
40bf5c951b
1 changed files with 1 additions and 1 deletions
|
|
@ -14639,7 +14639,7 @@ keyword_alias:
|
|||
|
||||
|
||||
/* Keyword that we allow for identifiers (except SP labels) */
|
||||
keyword: keyword_alias | WINDOW_SYM ;
|
||||
keyword: keyword_alias | WINDOW_SYM {};
|
||||
|
||||
/*
|
||||
* Keywords that we allow for labels in SPs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue