wbemprox: Use %define parse.error verbose instead of %error-verbose.
The latter is deprecated and causes warnings. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2d27c13d5e
commit
6d4cdeb658
|
@ -187,7 +187,7 @@ static int wql_lex( void *val, struct parser *parser );
|
|||
|
||||
%lex-param { struct parser *ctx }
|
||||
%parse-param { struct parser *ctx }
|
||||
%error-verbose
|
||||
%define parse.error verbose
|
||||
%pure-parser
|
||||
|
||||
%union
|
||||
|
|
Loading…
Reference in New Issue