avoid flex-caused warnings about unused functions

Change-Id: If6a028efbf2403fd92dcab914ae3197d34579392
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87869
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
This commit is contained in:
Luboš Luňák 2020-02-03 13:54:02 +01:00
parent 512cb39ffc
commit cb65745a05
3 changed files with 4 additions and 0 deletions

View file

@ -55,6 +55,7 @@ static int bText=0;
%}
%option yylineno
%option nounput
%option never-interactive
%p 24000

View file

@ -51,6 +51,7 @@ static int bText=0;
%}
%option yylineno
%option nounput
%option never-interactive
%p 24000

View file

@ -13,6 +13,8 @@
%option never-interactive
%option nounistd
%option noyywrap
%option noinput
%option nounput
%option reentrant
%option warn
%option yylineno