glsl: do not use deprecated bison-keyword
%error-verbose has been deprecated since Bison 3.0, which was released in 2013. In Bison 3.3.1 which was recently released, this has started causing warnings. Let's update the code to do this in the modern way intead, to avoid cluttering the output needlessly. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
@@ -155,7 +155,7 @@ add_builtin_define(glcpp_parser_t *parser, const char *name, int value);
|
||||
%}
|
||||
|
||||
%pure-parser
|
||||
%error-verbose
|
||||
%define parse.error verbose
|
||||
|
||||
%locations
|
||||
%initial-action {
|
||||
|
||||
Reference in New Issue
Block a user