Commit 6d4cdeb6 authored by Alexandre Julliard's avatar Alexandre Julliard

wbemprox: Use %define parse.error verbose instead of %error-verbose.

The latter is deprecated and causes warnings. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 2d27c13d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment