Alexandre Julliard : wbemprox: Use %define parse.error verbose instead of %error-verbose.
Module: wine Branch: stable Commit: c277654c3b77220f86ee7a39d666a3bdaabbcc99 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c277654c3b77220f86ee7a39d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Apr 23 11:47:59 2019 +0200 wbemprox: Use %define parse.error verbose instead of %error-verbose. The latter is deprecated and causes warnings. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit 6d4cdeb658e1cfd7c73643f674a0043006970b44) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/wbemprox/wql.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wbemprox/wql.y b/dlls/wbemprox/wql.y index 0c48c98b73..75ce5b0621 100644 --- a/dlls/wbemprox/wql.y +++ b/dlls/wbemprox/wql.y @@ -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
participants (1)
-
Alexandre Julliard