Date:        Wed, 25 Dec 2019 18:06:39 +0100
    From:        Steffen Nurpmeso <stef...@sdaoden.eu>
    Message-ID:  <20191225170639.ddhqn%stef...@sdaoden.eu>

  | Maybe the warning should really simply be removed, or only occur
  | if explicitly requested, i.e., remove the "el" warning bit from
  | the "all" level, just as is already done for some others; i guess
  | that would be the best.

Not really, a truly unmatched .el (the common cause is

        .if ...
        .el ...

) truly is an error, and a warning for that case is entirely
reasonable.   What's broken is generating it because of a chain
of .ie / .el .ie / .el .ie / .el

Each .ie needs a matching .el whether or not the .ie is actually
executed.

kre

Reply via email to