Fix a Bison warning about semantic type clash in default action

This commit is contained in:
Marko Mäkelä 2017-12-01 15:28:33 +02:00
commit 40bf5c951b

View file

@ -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.