[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parsetexi warnings
From: |
Gavin Smith |
Subject: |
Re: parsetexi warnings |
Date: |
Tue, 16 Feb 2021 22:39:22 +0000 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
On Tue, Feb 16, 2021 at 02:18:45PM -0800, Per Bothner wrote:
> What is parsetexi used for? Doing a 'make' emits a
> lot of compiler warnings in parsetexi.
> If it is experimental or no longer used, perhaps
> it should not be built by default - i.e. it should
> only be built if --enable-parsetexi is specified to configure.
> If it is something that should be built by default, perhaps
> the warnings should be cleaned up.
It's the C version of the Texinfo::Parser module. I will look at the
warnings (I think most of them were due to ignoring the return
value of asprintf).