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 52388
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] C compatiblity fixes for the configure script (incompatible-pointer-types)
- Date: Sat, 9 Dec 2023 09:12:52 -0800
- Archived-at: <https://zsh.org/workers/52388>
- In-reply-to: <87cyvgcsyo.fsf@oldenburg.str.redhat.com>
- List-id: <zsh-workers.zsh.org>
- References: <87cyvgcsyo.fsf@oldenburg.str.redhat.com>
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.
Curiously (incorrectly?) the Solaris 11.3 documentation available
online shows them as only char*, not even char**.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author