Alexandre Julliard : d3dcompiler: Use %define parse.error verbose instead of %error-verbose.

Alexandre Julliard julliard at winehq.org
Mon Nov 25 09:12:27 CST 2019


Module: wine
Branch: stable
Commit: 09f48cc2496e3697de6df490180aead12e77b322
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=09f48cc2496e3697de6df490180aead12e77b322

Author: Alexandre Julliard <julliard at 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 at winehq.org>
(cherry picked from commit 2d27c13d5ea76ec80e2a67272c8eafe8527e6af0)
Signed-off-by: Michael Stefaniuc <mstefani at 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




More information about the wine-cvs mailing list