From 09f48cc2496e3697de6df490180aead12e77b322 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 23 Apr 2019 11:47:53 +0200 Subject: [PATCH] d3dcompiler: Use %define parse.error verbose instead of %error-verbose. The latter is deprecated and causes warnings. Signed-off-by: Alexandre Julliard (cherry picked from commit 2d27c13d5ea76ec80e2a67272c8eafe8527e6af0) Signed-off-by: Michael Stefaniuc --- 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 c2c415f8585..358ed96ef48 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