Module: wine Branch: master Commit: 6d4cdeb658e1cfd7c73643f674a0043006970b44 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6d4cdeb658e1cfd7c73643f67...
Author: Alexandre Julliard julliard@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@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 0c48c98..75ce5b0 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