[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: parsetexi warnings
From: |
Patrice Dumas |
Subject: |
Re: parsetexi warnings |
Date: |
Tue, 16 Feb 2021 23:33:48 +0100 |
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 is the C implementation of the parser, so it is an important part of
makeinfo/texi2any.
I see only two identical warning, that seem to me to be harmless
parsetexi/input.c:16: warning: "_GNU_SOURCE" redefined
16 | #define _GNU_SOURCE
|
--
Pat