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

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-04-23 11:47:53 +02:00
parent 5ea4d5971b
commit 2d27c13d5e

View file

@ -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