Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] C compatiblity fixes for the configure script (incompatible-pointer-types)
- X-seq: zsh-workers 52404
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] C compatiblity fixes for the configure script (incompatible-pointer-types)
- Date: Mon, 11 Dec 2023 09:51:27 +0100
- Archived-at: <https://zsh.org/workers/52404>
- In-reply-to: <CAH+w=7Z+eprKOYQG8NiHgXcuKvs1b7CPvC35Ja8V20Z5i6gHLA@mail.gmail.com> (Bart Schaefer's message of "Sat, 9 Dec 2023 09:12:52 -0800")
- List-id: <zsh-workers.zsh.org>
- References: <87cyvgcsyo.fsf@oldenburg.str.redhat.com> <CAH+w=7Z+eprKOYQG8NiHgXcuKvs1b7CPvC35Ja8V20Z5i6gHLA@mail.gmail.com>
* Bart Schaefer:
> On Fri, Dec 8, 2023 at 12:58 PM Florian Weimer <fweimer@xxxxxxxxxx> wrote:
>>
>> Avoid incompatible pointer types in terminfo global variable checks.
>
> For the record, the incompatibility seems to be that ncurses now
> declares these as arrays of const pointer to const char.
I haven't investigated whether this is a recent ncurses changes. Until
recently, all free software compilers issued only a warning for this
type error, so it's the compilers that are changing. Not necessarily
ncurses.
Thanks,
Florian
Messages sorted by:
Reverse Date,
Date,
Thread,
Author