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

The latter is deprecated and causes warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-04-23 11:47:22 +02:00
parent 7204f0f67f
commit 5ea4d5971b
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ static typelib_t *current_typelib;
%right '!' '~' CAST PPTR POS NEG ADDRESSOF tSIZEOF
%left '.' MEMBERPTR '[' ']'
%error-verbose
%define parse.error verbose
%%