theimpossibleastronaut / modemu2k

modemu2k is a fork of modemu, a telnet client with a modem-like user interface

Home Page:https://theimpossibleastronaut.com/modemu2k

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple warnings show when built with '-fanalyzer'

andy5995 opened this issue · comments

Warnings shown when modemu2k is built with the -fanalyzer option using gcc 11.1.0

log.txt

Some of these are fixed, but the ones related to cmdlex.l (flex-generated code) are still there.

deref-log.txt

I'm getting those warnings using flex 2.6.4 on Manjaro (gcc 11.1.0). Using the flex upstream code, from https://github.com/westes/flex the warnings go away.

westes/flex#377