CSS function type mismatch
../../modules/codec/webvtt/CSSGrammar.y:67:5: warning: type of 'yylex' does not match original declaration [-Wlto-type-mismatch]
int yylex(union YYSTYPE *, yyscan_t, vlc_css_parser_t *);
^
codec/webvtt/CSSLexer.c:1677:1: note: type mismatch in parameter 3
YY_DECL
^
codec/webvtt/CSSLexer.c:1677:1: note: 'yylex' was previously declared here