summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-02-03 13:54:02 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-02-03 16:33:20 +0100
commitcb65745a05a0d92c8a297c2b25789f4f4faa610e (patch)
tree35d6534430b3083d925140e775dac7a9112915b7 /l10ntools
parent512cb39ffc646e7126533d782482621a806e825d (diff)
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>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/cfglex.l1
-rw-r--r--l10ntools/source/xrmlex.l1
2 files changed, 2 insertions, 0 deletions
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