Commit bbe73aaa authored by Christoffer Ackelman's avatar Christoffer Ackelman

Fixed compiler warnings about unused functions.

parent 402ea828
...@@ -17,6 +17,9 @@ ws [ \t]+ ...@@ -17,6 +17,9 @@ ws [ \t]+
nl \n nl \n
comment !.* comment !.*
%option nounput
%option noinput
%x facnam facnum %x facnam facnum
%% %%
......
...@@ -16,6 +16,9 @@ ws [ \t]+ ...@@ -16,6 +16,9 @@ ws [ \t]+
nl \n nl \n
comment !.* comment !.*
%option nounput
%option noinput
%x facnam faccom facnum prefix prefixstr prefixstr_nl msgnam msgtxt msgsev %x facnam faccom facnum prefix prefixstr prefixstr_nl msgnam msgtxt msgsev
%% %%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment