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).
