Alexandre Julliard : d3dcompiler: Use %define parse.error verbose instead of %error-verbose.
Module: wine Branch: stable Commit: 09f48cc2496e3697de6df490180aead12e77b322 URL: https://source.winehq.org/git/wine.git/?a=commit;h=09f48cc2496e3697de6df4901... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Apr 23 11:47:53 2019 +0200 d3dcompiler: 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 2d27c13d5ea76ec80e2a67272c8eafe8527e6af0) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/d3dcompiler_43/hlsl.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3dcompiler_43/hlsl.y b/dlls/d3dcompiler_43/hlsl.y index c2c415f858..358ed96ef4 100644 --- a/dlls/d3dcompiler_43/hlsl.y +++ b/dlls/d3dcompiler_43/hlsl.y @@ -903,7 +903,7 @@ static const struct hlsl_ir_function_decl *get_overloaded_func(struct wine_rb_tr %} %locations -%error-verbose +%define parse.error verbose %expect 1 %union
participants (1)
-
Alexandre Julliard