l10ntools/source/cfglex.l | 1 + l10ntools/source/xrmlex.l | 1 + unoidl/source/sourceprovider-scanner.l | 2 ++ 3 files changed, 4 insertions(+)
New commits: commit cb65745a05a0d92c8a297c2b25789f4f4faa610e Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Mon Feb 3 13:54:02 2020 +0100 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Mon Feb 3 16:33:20 2020 +0100 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.lu...@collabora.com> diff --git a/l10ntools/source/cfglex.l b/l10ntools/source/cfglex.l index bea165204338..1bac5a32d53d 100644 --- a/l10ntools/source/cfglex.l +++ b/l10ntools/source/cfglex.l @@ -55,6 +55,7 @@ static int bText=0; %} %option yylineno +%option nounput %option never-interactive %p 24000 diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l index 57d6e3e38b1c..0644a5bc2815 100644 --- a/l10ntools/source/xrmlex.l +++ b/l10ntools/source/xrmlex.l @@ -51,6 +51,7 @@ static int bText=0; %} %option yylineno +%option nounput %option never-interactive %p 24000 diff --git a/unoidl/source/sourceprovider-scanner.l b/unoidl/source/sourceprovider-scanner.l index 1c80c9e6d5b4..27a510000dd9 100644 --- a/unoidl/source/sourceprovider-scanner.l +++ b/unoidl/source/sourceprovider-scanner.l @@ -13,6 +13,8 @@ %option never-interactive %option nounistd %option noyywrap +%option noinput +%option nounput %option reentrant %option warn %option yylineno _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits