Skip to content

Commit 77f8f8a

Browse files
author
Roman Gruber
committed
Flex not to generate input(), else it is an unused function
1 parent 9cd8f22 commit 77f8f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/read_input.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ static inline double fltlist_next_token(int * const list_end){
475475

476476
%}
477477

478-
%option never-interactive
478+
%option never-interactive noinput
479479

480480
%x STARTCOND
481481
%x THERMSWEEPS

0 commit comments

Comments
 (0)