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>
stable
Alexandre Julliard 2019-04-23 11:47:59 +02:00
parent 2d27c13d5e
commit 6d4cdeb658
1 changed files with 1 additions and 1 deletions

View File

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